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

Slightly change formatting style

For long expressions, one argument or parameter per line is just easier.
This commit is contained in:
John Ericson 2024-05-21 17:52:49 -04:00
parent bd7a074636
commit 1d6c2316a9
6 changed files with 44 additions and 15 deletions

View file

@ -30,3 +30,5 @@ BreakBeforeBinaryOperators: NonAssignment
AlwaysBreakBeforeMultilineStrings: true
IndentPPDirectives: AfterHash
PPIndentWidth: 2
BinPackArguments: false
BinPackParameters: false