mirror of
https://github.com/NixOS/nix.git
synced 2025-10-14 02:19:32 +08:00
Update clang-format with fixing namespace coments, and separate definition blocks
This commit is contained in:
@@ -8,7 +8,7 @@ BraceWrapping:
|
|||||||
AfterUnion: true
|
AfterUnion: true
|
||||||
SplitEmptyRecord: false
|
SplitEmptyRecord: false
|
||||||
PointerAlignment: Middle
|
PointerAlignment: Middle
|
||||||
FixNamespaceComments: false
|
FixNamespaceComments: true
|
||||||
SortIncludes: Never
|
SortIncludes: Never
|
||||||
#IndentPPDirectives: BeforeHash
|
#IndentPPDirectives: BeforeHash
|
||||||
SpaceAfterCStyleCast: true
|
SpaceAfterCStyleCast: true
|
||||||
@@ -32,3 +32,4 @@ IndentPPDirectives: AfterHash
|
|||||||
PPIndentWidth: 2
|
PPIndentWidth: 2
|
||||||
BinPackArguments: false
|
BinPackArguments: false
|
||||||
BreakBeforeTernaryOperators: true
|
BreakBeforeTernaryOperators: true
|
||||||
|
SeparateDefinitionBlocks: Always
|
||||||
|
Reference in New Issue
Block a user