diff options
-rw-r--r-- | .clang-format | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format index 010dc385..70864160 100644 --- a/.clang-format +++ b/.clang-format @@ -83,7 +83,7 @@ ConstructorInitializerAllOnOneLineOrOnePerLine: true #DeriveLineEnding: true #DerivePointerAlignment: false #EmptyLineAfterAccessModifier: Never # ClangFormat 14 -EmptyLineBeforeAccessModifier: Always +EmptyLineBeforeAccessModifier: LogicalBlock #FixNamespaceComments: false # See ShortNamespaces below IncludeBlocks: Regroup IncludeCategories: |