(clang-format) Add EmptyLineBeforeAccessModifier (#300)

This commit is contained in:
Christian Semmler
2023-11-24 12:10:09 -05:00
committed by GitHub
parent 1d3ce6b0aa
commit db77350169
4 changed files with 4 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ BraceWrapping:
AfterStruct: false
ConstructorInitializerIndentWidth: 4
ContinuationIndentWidth: 4
EmptyLineBeforeAccessModifier: Always
IncludeBlocks: Regroup
IndentAccessModifiers: false
IndentWidth: 4