Indent Access Modifiers too

This commit is contained in:
Alex D. 2023-07-17 18:21:26 +00:00
parent 146e51bae3
commit ebea2b2a0d
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ BreakConstructorInitializers: AfterColon
IndentCaseLabels: true
IndentPPDirectives: None
IndentGotoLabels: true
IndentAccessModifiers: true
ConstructorInitializerAllOnOneLineOrOnePerLine: true
ContinuationIndentWidth: 2