Skip to content
This repository was archived by the owner on Nov 11, 2020. It is now read-only.

Commit d774daa

Browse files
update Rebracer settings to match current style more closely
1 parent b283688 commit d774daa

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

Rebracer.xml

+13-1
Original file line numberDiff line numberDiff line change
@@ -24,21 +24,27 @@
2424
<ToolsOptionsSubCategory name="CSharp-Specific">
2525
<PropertyValue name="AutoComment">1</PropertyValue>
2626
<PropertyValue name="BringUpOnIdentifier">1</PropertyValue>
27+
<PropertyValue name="ClosedFileDiagnostics">1</PropertyValue>
2728
<PropertyValue name="CodeDefinitionWindow_DocumentationComment_IndentBase">1</PropertyValue>
2829
<PropertyValue name="CodeDefinitionWindow_DocumentationComment_IndentOffset">2</PropertyValue>
2930
<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>
3035
<PropertyValue name="Formatting_TriggerOnBlockCompletion">1</PropertyValue>
3136
<PropertyValue name="Formatting_TriggerOnPaste">1</PropertyValue>
3237
<PropertyValue name="Formatting_TriggerOnStatementCompletion">1</PropertyValue>
3338
<PropertyValue name="ImplementInterface_InsertRegionTags">0</PropertyValue>
3439
<PropertyValue name="Indent_BlockContents">1</PropertyValue>
3540
<PropertyValue name="Indent_Braces">0</PropertyValue>
3641
<PropertyValue name="Indent_CaseContents">1</PropertyValue>
37-
<PropertyValue name="Indent_CaseLabels">0</PropertyValue>
42+
<PropertyValue name="Indent_CaseLabels">1</PropertyValue>
3843
<PropertyValue name="Indent_FlushLabelsLeft">0</PropertyValue>
3944
<PropertyValue name="Indent_UnindentLabels">2</PropertyValue>
4045
<PropertyValue name="InsertNewlineOnEnterWithWholeWord">0</PropertyValue>
4146
<PropertyValue name="NewLines_AnonymousTypeInitializer_EachMember">1</PropertyValue>
47+
<PropertyValue name="NewLines_Braces_Accessor">0</PropertyValue>
4248
<PropertyValue name="NewLines_Braces_AnonymousMethod">0</PropertyValue>
4349
<PropertyValue name="NewLines_Braces_AnonymousTypeInitializer">0</PropertyValue>
4450
<PropertyValue name="NewLines_Braces_ArrayInitializer">0</PropertyValue>
@@ -47,13 +53,15 @@
4753
<PropertyValue name="NewLines_Braces_LambdaExpressionBody">0</PropertyValue>
4854
<PropertyValue name="NewLines_Braces_Method">1</PropertyValue>
4955
<PropertyValue name="NewLines_Braces_ObjectInitializer">1</PropertyValue>
56+
<PropertyValue name="NewLines_Braces_Property">1</PropertyValue>
5057
<PropertyValue name="NewLines_Braces_Type">1</PropertyValue>
5158
<PropertyValue name="NewLines_Keywords_Catch">0</PropertyValue>
5259
<PropertyValue name="NewLines_Keywords_Else">0</PropertyValue>
5360
<PropertyValue name="NewLines_Keywords_Finally">0</PropertyValue>
5461
<PropertyValue name="NewLines_ObjectInitializer_EachMember">1</PropertyValue>
5562
<PropertyValue name="NewLines_QueryExpression_EachClause">1</PropertyValue>
5663
<PropertyValue name="RemoveUnusedUsings">1</PropertyValue>
64+
<PropertyValue name="RenameTrackingPreview">1</PropertyValue>
5765
<PropertyValue name="ShowKeywords">1</PropertyValue>
5866
<PropertyValue name="ShowSnippets">1</PropertyValue>
5967
<PropertyValue name="SortUsings">1</PropertyValue>
@@ -84,6 +92,10 @@
8492
<PropertyValue name="Space_WithinMethodDeclarationParentheses">0</PropertyValue>
8593
<PropertyValue name="Space_WithinOtherParentheses">0</PropertyValue>
8694
<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>
8799
<PropertyValue name="WarnOnBuildErrors">1</PropertyValue>
88100
<PropertyValue name="WarnWhenMembersCauseCompilerGeneratedReferences">1</PropertyValue>
89101
<PropertyValue name="Wrapping_IgnoreSpacesAroundBinaryOperators">0</PropertyValue>

0 commit comments

Comments
 (0)