1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-08 19:46:02 +01:00

.clang-format: Remove duplicated key

This commit is contained in:
Robert Hensing 2024-06-03 18:17:39 +02:00
parent 8a510f4ede
commit e6ba450ce2

View file

@ -31,4 +31,3 @@ AlwaysBreakBeforeMultilineStrings: true
IndentPPDirectives: AfterHash IndentPPDirectives: AfterHash
PPIndentWidth: 2 PPIndentWidth: 2
BinPackArguments: false BinPackArguments: false
BinPackParameters: false