mirror of
https://github.com/NixOS/nix
synced 2025-07-01 16:41:47 +02:00
Merge pull request #10493 from obsidiansystems/cpp-indent-clang-format
Have `clang-format` indent conditional CPP
This commit is contained in:
commit
20f0472149
1 changed files with 2 additions and 0 deletions
|
@ -28,3 +28,5 @@ EmptyLineBeforeAccessModifier: Leave
|
|||
#PackConstructorInitializers: BinPack
|
||||
BreakBeforeBinaryOperators: NonAssignment
|
||||
AlwaysBreakBeforeMultilineStrings: true
|
||||
IndentPPDirectives: AfterHash
|
||||
PPIndentWidth: 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue