We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcee46f commit 1bd1004Copy full SHA for 1bd1004
.clang-format
@@ -8,7 +8,7 @@ BraceWrapping:
8
AfterUnion: true
9
SplitEmptyRecord: false
10
PointerAlignment: Middle
11
-FixNamespaceComments: false
+FixNamespaceComments: true
12
SortIncludes: Never
13
#IndentPPDirectives: BeforeHash
14
SpaceAfterCStyleCast: true
@@ -32,3 +32,4 @@ IndentPPDirectives: AfterHash
32
PPIndentWidth: 2
33
BinPackArguments: false
34
BreakBeforeTernaryOperators: true
35
+SeparateDefinitionBlocks: Always
0 commit comments