mirror of
https://github.com/NixOS/nix.git
synced 2025-11-08 19:46:02 +01:00
Update clang-format with fixing namespace coments, and separate definition blocks
(cherry picked from commit 41bf87ec70)
This commit is contained in:
parent
4bee881a7b
commit
9b8b5d8560
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue