From 22fe127522e6d63f3209b93eb357e71071ca1b2a Mon Sep 17 00:00:00 2001 From: Brandon Thetford Date: Thu, 27 Jun 2024 20:05:17 -0700 Subject: [PATCH] Add a settings layer to move and separate todo list settings to. --- Terminal.sln.DotSettings | 6 +++++- Terminal.sln.ToDo.DotSettings | 3 +++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 Terminal.sln.ToDo.DotSettings diff --git a/Terminal.sln.DotSettings b/Terminal.sln.DotSettings index 93db6a927..583c807e4 100644 --- a/Terminal.sln.DotSettings +++ b/Terminal.sln.DotSettings @@ -8,7 +8,6 @@ 2000 SUGGESTION ERROR - WARNING HINT SUGGESTION @@ -392,6 +391,11 @@ <Policy><Descriptor Staticness="Static" AccessRightKinds="Protected, ProtectedInternal, Internal, Public, PrivateProtected" Description="Static fields (not private)"><ElementKinds><Kind Name="FIELD" /></ElementKinds></Descriptor><Policy Inspect="True" Prefix="_" Suffix="" Style="aaBb" /></Policy> <Policy><Descriptor Staticness="Any" AccessRightKinds="Any" Description="Types and namespaces"><ElementKinds><Kind Name="NAMESPACE" /><Kind Name="CLASS" /><Kind Name="STRUCT" /><Kind Name="ENUM" /><Kind Name="DELEGATE" /></ElementKinds></Descriptor><Policy Inspect="True" Prefix="" Suffix="" Style="AaBb"><ExtraRule Prefix="" Suffix="" Style="AaBb_AaBb" /></Policy></Policy> <Policy><Descriptor Staticness="Static" AccessRightKinds="Protected, ProtectedInternal, Internal, Public, PrivateProtected" Description="Static readonly fields (not private)"><ElementKinds><Kind Name="READONLY_FIELD" /></ElementKinds></Descriptor><Policy Inspect="True" Prefix="_" Suffix="" Style="aaBb" /></Policy> + True + ..\Terminal.sln.ToDo.DotSettings + True + + 1 PushToShowHints True True diff --git a/Terminal.sln.ToDo.DotSettings b/Terminal.sln.ToDo.DotSettings new file mode 100644 index 000000000..75ce05fdd --- /dev/null +++ b/Terminal.sln.ToDo.DotSettings @@ -0,0 +1,3 @@ + + + \ No newline at end of file