8 changed files with 184 additions and 106 deletions
@ -0,0 +1,79 @@ |
|||||
|
<CodeStyleSettings> |
||||
|
<CSharp> |
||||
|
<FormatSettings> |
||||
|
<ANONYMOUS_METHOD_DECLARATION_BRACES>NEXT_LINE</ANONYMOUS_METHOD_DECLARATION_BRACES> |
||||
|
<CASE_BLOCK_BRACES>NEXT_LINE</CASE_BLOCK_BRACES> |
||||
|
<FORCE_FIXED_BRACES_STYLE>ALWAYS_ADD</FORCE_FIXED_BRACES_STYLE> |
||||
|
<FORCE_FOR_BRACES_STYLE>ALWAYS_ADD</FORCE_FOR_BRACES_STYLE> |
||||
|
<FORCE_FOREACH_BRACES_STYLE>ALWAYS_ADD</FORCE_FOREACH_BRACES_STYLE> |
||||
|
<FORCE_IFELSE_BRACES_STYLE>ALWAYS_ADD</FORCE_IFELSE_BRACES_STYLE> |
||||
|
<FORCE_USING_BRACES_STYLE>ALWAYS_ADD</FORCE_USING_BRACES_STYLE> |
||||
|
<FORCE_WHILE_BRACES_STYLE>ALWAYS_ADD</FORCE_WHILE_BRACES_STYLE> |
||||
|
<INDENT_SIZE>4</INDENT_SIZE> |
||||
|
<INITIALIZER_BRACES>NEXT_LINE</INITIALIZER_BRACES> |
||||
|
<MODIFIERS_ORDER IsNull="False"> |
||||
|
<Item>public</Item> |
||||
|
<Item>protected</Item> |
||||
|
<Item>internal</Item> |
||||
|
<Item>private</Item> |
||||
|
<Item>new</Item> |
||||
|
<Item>abstract</Item> |
||||
|
<Item>virtual</Item> |
||||
|
<Item>override</Item> |
||||
|
<Item>sealed</Item> |
||||
|
<Item>static</Item> |
||||
|
<Item>readonly</Item> |
||||
|
<Item>extern</Item> |
||||
|
<Item>unsafe</Item> |
||||
|
<Item>volatile</Item> |
||||
|
</MODIFIERS_ORDER> |
||||
|
<SPACE_AROUND_MULTIPLICATIVE_OP>True</SPACE_AROUND_MULTIPLICATIVE_OP> |
||||
|
<SPACE_WITHIN_SINGLE_LINE_ARRAY_INITIALIZER_BRACES>True</SPACE_WITHIN_SINGLE_LINE_ARRAY_INITIALIZER_BRACES> |
||||
|
</FormatSettings> |
||||
|
<UsingsSettings /> |
||||
|
<Naming2> |
||||
|
<ExceptionName IsNull="False"> |
||||
|
</ExceptionName> |
||||
|
<PredefinedRule Inspect="True" Prefix="" Suffix="" Style="AaBb" ElementKind="TypesAndNamespaces" /> |
||||
|
<PredefinedRule Inspect="True" Prefix="I" Suffix="" Style="AaBb" ElementKind="Interfaces" /> |
||||
|
<PredefinedRule Inspect="True" Prefix="T" Suffix="" Style="AaBb" ElementKind="TypeParameters" /> |
||||
|
<PredefinedRule Inspect="True" Prefix="" Suffix="" Style="AaBb" ElementKind="MethodPropertyEvent" /> |
||||
|
<PredefinedRule Inspect="True" Prefix="" Suffix="" Style="aaBb" ElementKind="Locals" /> |
||||
|
<PredefinedRule Inspect="True" Prefix="" Suffix="" Style="aaBb" ElementKind="LocalConstants" /> |
||||
|
<PredefinedRule Inspect="True" Prefix="" Suffix="" Style="aaBb" ElementKind="Parameters" /> |
||||
|
<PredefinedRule Inspect="True" Prefix="" Suffix="" Style="AaBb" ElementKind="PublicFields" /> |
||||
|
<PredefinedRule Inspect="True" Prefix="" Suffix="" Style="AaBb" ElementKind="Constants" /> |
||||
|
<PredefinedRule Inspect="True" Prefix="" Suffix="" Style="AaBb" ElementKind="StaticReadonly" /> |
||||
|
<PredefinedRule Inspect="True" Prefix="_" Suffix="" Style="aaBb" ElementKind="NotPublicStaticFields" /> |
||||
|
<PredefinedRule Inspect="True" Prefix="_" Suffix="" Style="aaBb" ElementKind="NotPublicInstanceFields" /> |
||||
|
<PredefinedRule Inspect="True" Prefix="" Suffix="" Style="AaBb" ElementKind="EnumMember" /> |
||||
|
<PredefinedRule Inspect="True" Prefix="" Suffix="" Style="AaBb" ElementKind="Other" /> |
||||
|
</Naming2> |
||||
|
</CSharp> |
||||
|
<VB> |
||||
|
<FormatSettings> |
||||
|
<INDENT_SIZE>4</INDENT_SIZE> |
||||
|
</FormatSettings> |
||||
|
<ImportsSettings /> |
||||
|
<Naming2 /> |
||||
|
</VB> |
||||
|
<GenerateMemberBody /> |
||||
|
<Naming2> |
||||
|
<ExceptionName IsNull="False"> |
||||
|
</ExceptionName> |
||||
|
<PredefinedRule Inspect="True" Prefix="" Suffix="" Style="AaBb" ElementKind="StaticReadonly" /> |
||||
|
<PredefinedRule Inspect="True" Prefix="" Suffix="" Style="AaBb" ElementKind="TypesAndNamespaces" /> |
||||
|
<PredefinedRule Inspect="True" Prefix="I" Suffix="" Style="AaBb" ElementKind="Interfaces" /> |
||||
|
<PredefinedRule Inspect="True" Prefix="T" Suffix="" Style="AaBb" ElementKind="TypeParameters" /> |
||||
|
<PredefinedRule Inspect="True" Prefix="" Suffix="" Style="AaBb" ElementKind="MethodPropertyEvent" /> |
||||
|
<PredefinedRule Inspect="True" Prefix="" Suffix="" Style="aaBb" ElementKind="Locals" /> |
||||
|
<PredefinedRule Inspect="True" Prefix="" Suffix="" Style="aaBb" ElementKind="LocalConstants" /> |
||||
|
<PredefinedRule Inspect="True" Prefix="" Suffix="" Style="aaBb" ElementKind="Parameters" /> |
||||
|
<PredefinedRule Inspect="True" Prefix="" Suffix="" Style="AaBb" ElementKind="PublicFields" /> |
||||
|
<PredefinedRule Inspect="True" Prefix="" Suffix="" Style="AaBb" ElementKind="Constants" /> |
||||
|
<PredefinedRule Inspect="True" Prefix="_" Suffix="" Style="aaBb" ElementKind="NotPublicStaticFields" /> |
||||
|
<PredefinedRule Inspect="True" Prefix="_" Suffix="" Style="aaBb" ElementKind="NotPublicInstanceFields" /> |
||||
|
<PredefinedRule Inspect="True" Prefix="" Suffix="" Style="AaBb" ElementKind="EnumMember" /> |
||||
|
<PredefinedRule Inspect="True" Prefix="" Suffix="" Style="AaBb" ElementKind="Other" /> |
||||
|
</Naming2> |
||||
|
</CodeStyleSettings> |
||||
Loading…
Reference in new issue