diff --git a/KeyBindings/Custom.mac-kb.xml b/KeyBindings/Custom.mac-kb.xml index 969a290..548217f 100644 --- a/KeyBindings/Custom.mac-kb.xml +++ b/KeyBindings/Custom.mac-kb.xml @@ -80,5 +80,6 @@ + \ No newline at end of file diff --git a/Policies/Default.mdpolicy.xml b/Policies/Default.mdpolicy.xml index 1b18433..3d84c4c 100644 --- a/Policies/Default.mdpolicy.xml +++ b/Policies/Default.mdpolicy.xml @@ -3,32 +3,37 @@ PrefixedHierarchical - FileFormatDefault + FileName 120 4 + True True + NextLine NextLine NextLine + NextLine + NextLine + NextLine + NextLine AddBraces - AddBraces - AddBraces NewLine SameLine NewLine NewLine + NewLine False False False False False - True False + True False @@ -116,7 +121,7 @@ Fields (Non Private) Field - Internal, Public + Internal, Protected, Public PascalCase True True @@ -131,22 +136,20 @@ Fields (Private) - + _ - + m_ + Field, ReadonlyField - Private, Protected + Private CamelCase True False Static Fields (Private) - - _ - Field - Private, Protected + Private CamelCase False True @@ -214,6 +217,14 @@ True True + + Local Variables + LocalVariable + VisibilityMask + CamelCase + True + True + diff --git a/Snippets/ctor.template.xml b/Snippets/ctor.template.xml new file mode 100644 index 0000000..2e1bb25 --- /dev/null +++ b/Snippets/ctor.template.xml @@ -0,0 +1,26 @@ + + + +
+ <_Group>C# + 1.0 + text/x-csharp + ctor + <_Description>Template for constructor + Expansion +
+ + + <_ToolTip>Class name + GetCurrentClassName() + + + GetConstructorModifier() + + + +
+
\ No newline at end of file