Skip to content

Commit 1ab890a

Browse files
author
MarkusB
committed
chore(format): disable argument and parameter bin packing in .clang-format
1 parent 2c177eb commit 1ab890a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.clang-format

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ AlwaysBreakBeforeMultilineStrings: false
6969
AlwaysBreakTemplateDeclarations: Yes
7070
#AttributeMacros:
7171
# - ...
72-
BinPackArguments: true
73-
BinPackLongBracedList: true
74-
BinPackParameters: true
72+
BinPackArguments: false
73+
BinPackLongBracedList: false
74+
BinPackParameters: false
7575
BitFieldColonSpacing: Both
7676
BracedInitializerIndentWidth: -1
7777
BraceWrapping:

0 commit comments

Comments
 (0)