|
24 | 24 | <ToolsOptionsSubCategory name="CSharp-Specific">
|
25 | 25 | <PropertyValue name="AutoComment">1</PropertyValue>
|
26 | 26 | <PropertyValue name="BringUpOnIdentifier">1</PropertyValue>
|
| 27 | + <PropertyValue name="ClosedFileDiagnostics">1</PropertyValue> |
27 | 28 | <PropertyValue name="CodeDefinitionWindow_DocumentationComment_IndentBase">1</PropertyValue>
|
28 | 29 | <PropertyValue name="CodeDefinitionWindow_DocumentationComment_IndentOffset">2</PropertyValue>
|
29 | 30 | <PropertyValue name="CodeDefinitionWindow_DocumentationComment_WrapLength">80</PropertyValue>
|
| 31 | + <PropertyValue name="DisplayLineSeparators">0</PropertyValue> |
| 32 | + <PropertyValue name="EnableHighlightRelatedKeywords">1</PropertyValue> |
| 33 | + <PropertyValue name="ExtractMethod_AllowMovingDeclaration">0</PropertyValue> |
| 34 | + <PropertyValue name="ExtractMethod_DoNotPutOutOrRefOnStruct">1</PropertyValue> |
30 | 35 | <PropertyValue name="Formatting_TriggerOnBlockCompletion">1</PropertyValue>
|
31 | 36 | <PropertyValue name="Formatting_TriggerOnPaste">1</PropertyValue>
|
32 | 37 | <PropertyValue name="Formatting_TriggerOnStatementCompletion">1</PropertyValue>
|
33 | 38 | <PropertyValue name="ImplementInterface_InsertRegionTags">0</PropertyValue>
|
34 | 39 | <PropertyValue name="Indent_BlockContents">1</PropertyValue>
|
35 | 40 | <PropertyValue name="Indent_Braces">0</PropertyValue>
|
36 | 41 | <PropertyValue name="Indent_CaseContents">1</PropertyValue>
|
37 |
| - <PropertyValue name="Indent_CaseLabels">0</PropertyValue> |
| 42 | + <PropertyValue name="Indent_CaseLabels">1</PropertyValue> |
38 | 43 | <PropertyValue name="Indent_FlushLabelsLeft">0</PropertyValue>
|
39 | 44 | <PropertyValue name="Indent_UnindentLabels">2</PropertyValue>
|
40 | 45 | <PropertyValue name="InsertNewlineOnEnterWithWholeWord">0</PropertyValue>
|
41 | 46 | <PropertyValue name="NewLines_AnonymousTypeInitializer_EachMember">1</PropertyValue>
|
| 47 | + <PropertyValue name="NewLines_Braces_Accessor">0</PropertyValue> |
42 | 48 | <PropertyValue name="NewLines_Braces_AnonymousMethod">0</PropertyValue>
|
43 | 49 | <PropertyValue name="NewLines_Braces_AnonymousTypeInitializer">0</PropertyValue>
|
44 | 50 | <PropertyValue name="NewLines_Braces_ArrayInitializer">0</PropertyValue>
|
|
47 | 53 | <PropertyValue name="NewLines_Braces_LambdaExpressionBody">0</PropertyValue>
|
48 | 54 | <PropertyValue name="NewLines_Braces_Method">1</PropertyValue>
|
49 | 55 | <PropertyValue name="NewLines_Braces_ObjectInitializer">1</PropertyValue>
|
| 56 | + <PropertyValue name="NewLines_Braces_Property">1</PropertyValue> |
50 | 57 | <PropertyValue name="NewLines_Braces_Type">1</PropertyValue>
|
51 | 58 | <PropertyValue name="NewLines_Keywords_Catch">0</PropertyValue>
|
52 | 59 | <PropertyValue name="NewLines_Keywords_Else">0</PropertyValue>
|
53 | 60 | <PropertyValue name="NewLines_Keywords_Finally">0</PropertyValue>
|
54 | 61 | <PropertyValue name="NewLines_ObjectInitializer_EachMember">1</PropertyValue>
|
55 | 62 | <PropertyValue name="NewLines_QueryExpression_EachClause">1</PropertyValue>
|
56 | 63 | <PropertyValue name="RemoveUnusedUsings">1</PropertyValue>
|
| 64 | + <PropertyValue name="RenameTrackingPreview">1</PropertyValue> |
57 | 65 | <PropertyValue name="ShowKeywords">1</PropertyValue>
|
58 | 66 | <PropertyValue name="ShowSnippets">1</PropertyValue>
|
59 | 67 | <PropertyValue name="SortUsings">1</PropertyValue>
|
|
84 | 92 | <PropertyValue name="Space_WithinMethodDeclarationParentheses">0</PropertyValue>
|
85 | 93 | <PropertyValue name="Space_WithinOtherParentheses">0</PropertyValue>
|
86 | 94 | <PropertyValue name="Space_WithinSquares">0</PropertyValue>
|
| 95 | + <PropertyValue name="Style_PreferIntrinsicPredefinedTypeKeywordInDeclaration">1</PropertyValue> |
| 96 | + <PropertyValue name="Style_PreferIntrinsicPredefinedTypeKeywordInMemberAccess">1</PropertyValue> |
| 97 | + <PropertyValue name="Style_QualifyMemberAccessWithThisOrMe">0</PropertyValue> |
| 98 | + <PropertyValue name="Style_UseVarWhenDeclaringLocals">1</PropertyValue> |
87 | 99 | <PropertyValue name="WarnOnBuildErrors">1</PropertyValue>
|
88 | 100 | <PropertyValue name="WarnWhenMembersCauseCompilerGeneratedReferences">1</PropertyValue>
|
89 | 101 | <PropertyValue name="Wrapping_IgnoreSpacesAroundBinaryOperators">0</PropertyValue>
|
|
0 commit comments