Skip to content

Commit 1bd1004

Browse files
grahamcedolstra
authored andcommitted
Update clang-format with fixing namespace coments, and separate definition blocks
(cherry picked from commit 41bf87e)
1 parent fcee46f commit 1bd1004

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.clang-format

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ BraceWrapping:
88
AfterUnion: true
99
SplitEmptyRecord: false
1010
PointerAlignment: Middle
11-
FixNamespaceComments: false
11+
FixNamespaceComments: true
1212
SortIncludes: Never
1313
#IndentPPDirectives: BeforeHash
1414
SpaceAfterCStyleCast: true
@@ -32,3 +32,4 @@ IndentPPDirectives: AfterHash
3232
PPIndentWidth: 2
3333
BinPackArguments: false
3434
BreakBeforeTernaryOperators: true
35+
SeparateDefinitionBlocks: Always

0 commit comments

Comments
 (0)