|
27 | 27 | <local:FormattingOption Option="IndentSwitchBody" Text="Indent switch body" /> |
28 | 28 | <local:FormattingOption Option="IndentCaseBody" Text="Indent case body" /> |
29 | 29 | <local:FormattingOption Option="IndentBreakStatements" Text="Indent break statements" /> |
30 | | - <local:FormattingOption Option="AlignEmbeddedUsingStatements" Text="Align embedded using statements" /> |
31 | | - <local:FormattingOption Option="AlignEmbeddedIfStatements" Text="Align embedded if statements" /> |
32 | | - <local:FormattingOption Option="AlignElseInIfStatements" Text="Align else in if statements" /> |
| 30 | + <local:FormattingOption Option="AlignEmbeddedStatements" Text="Align embedded statements" /> |
| 31 | + <local:FormattingOption Option="AlignElseInIfStatements" Text="Align "else" in "if" statements" /> |
33 | 32 | <local:FormattingOption Option="AutoPropertyFormatting" Text="Auto property formatting" /> |
34 | 33 | <local:FormattingOption Option="SimplePropertyFormatting" Text="Simple property formatting" /> |
35 | 34 | <local:FormattingOption Option="EmptyLineFormatting" Text="Empty line formatting" /> |
|
194 | 193 | </local:FormattingOptionContainer> |
195 | 194 | </local:FormattingGroupContainer> |
196 | 195 | </local:FormattingGroupContainer> |
197 | | - <local:FormattingGroupContainer Text="Blank lines"> |
| 196 | + <local:FormattingGroupContainer Text="Minimum blank lines"> |
198 | 197 | <local:FormattingOptionContainer> |
199 | | - <local:FormattingOption Option="BlankLinesBeforeUsings" Text="Before usings" /> |
200 | | - <local:FormattingOption Option="BlankLinesAfterUsings" Text="After usings" /> |
201 | | - <local:FormattingOption Option="BlankLinesBeforeFirstDeclaration" Text="Before first declaration" /> |
202 | | - <local:FormattingOption Option="BlankLinesBetweenTypes" Text="Between types" /> |
203 | | - <local:FormattingOption Option="BlankLinesBetweenFields" Text="Between fields" /> |
204 | | - <local:FormattingOption Option="BlankLinesBetweenEventFields" Text="Between event fields" /> |
205 | | - <local:FormattingOption Option="BlankLinesBetweenMembers" Text="Between members" /> |
206 | | - <local:FormattingOption Option="BlankLinesAroundRegion" Text="Around region" /> |
207 | | - <local:FormattingOption Option="BlankLinesInsideRegion" Text="Inside region" /> |
| 198 | + <local:FormattingOption Option="MinimumBlankLinesBeforeUsings" Text="Before usings" /> |
| 199 | + <local:FormattingOption Option="MinimumBlankLinesAfterUsings" Text="After usings" /> |
| 200 | + <local:FormattingOption Option="MinimumBlankLinesBeforeFirstDeclaration" Text="Before first declaration" /> |
| 201 | + <local:FormattingOption Option="MinimumBlankLinesBetweenTypes" Text="Between types" /> |
| 202 | + <local:FormattingOption Option="MinimumBlankLinesBetweenFields" Text="Between fields" /> |
| 203 | + <local:FormattingOption Option="MinimumBlankLinesBetweenEventFields" Text="Between event fields" /> |
| 204 | + <local:FormattingOption Option="MinimumBlankLinesBetweenMembers" Text="Between members" /> |
| 205 | + <local:FormattingOption Option="MinimumBlankLinesAroundRegion" Text="Around region" /> |
| 206 | + <local:FormattingOption Option="MinimumBlankLinesInsideRegion" Text="Inside region" /> |
208 | 207 | </local:FormattingOptionContainer> |
209 | 208 | </local:FormattingGroupContainer> |
210 | 209 | <local:FormattingGroupContainer Text="Keep formatting"> |
|
0 commit comments