diff --git a/.clang-format b/.clang-format index 4f191fc18..1aadf2cad 100644 --- a/.clang-format +++ b/.clang-format @@ -8,7 +8,7 @@ BraceWrapping: AfterUnion: true SplitEmptyRecord: false PointerAlignment: Middle -FixNamespaceComments: false +FixNamespaceComments: true SortIncludes: Never #IndentPPDirectives: BeforeHash SpaceAfterCStyleCast: true @@ -32,3 +32,4 @@ IndentPPDirectives: AfterHash PPIndentWidth: 2 BinPackArguments: false BreakBeforeTernaryOperators: true +SeparateDefinitionBlocks: Always