Indent Access Modifiers too
This commit is contained in:
parent
146e51bae3
commit
ebea2b2a0d
|
@ -40,6 +40,7 @@ BreakConstructorInitializers: AfterColon
|
|||
IndentCaseLabels: true
|
||||
IndentPPDirectives: None
|
||||
IndentGotoLabels: true
|
||||
IndentAccessModifiers: true
|
||||
|
||||
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
||||
ContinuationIndentWidth: 2
|
||||
|
|
Loading…
Reference in New Issue