Added AlignAfterOpenBracket: AlwaysBreak and BinPackArguments: true to clang-format. Updated test/bacnet c/h files with updated format.
This commit is contained in:
+5
-3
@@ -1,15 +1,17 @@
|
||||
---
|
||||
BasedOnStyle: WebKit
|
||||
AlignAfterOpenBracket: AlwaysBreak
|
||||
BinPackArguments: true
|
||||
BinPackParameters: false
|
||||
AlignEscapedNewlines: Left
|
||||
PointerAlignment: Right
|
||||
PenaltyBreakBeforeFirstCallParameter: 1
|
||||
AllowShortFunctionsOnASingleLine: None
|
||||
AllowShortIfStatementsOnASingleLine: false
|
||||
AllowShortLoopsOnASingleLine: false
|
||||
AlignEscapedNewlines: Left
|
||||
PointerAlignment: Right
|
||||
BreakBeforeBraces: Linux
|
||||
BreakBeforeBinaryOperators: None
|
||||
KeepEmptyLinesAtTheStartOfBlocks: false
|
||||
PenaltyBreakBeforeFirstCallParameter: 1
|
||||
IndentCaseLabels: true
|
||||
IndentWidth: 4
|
||||
UseTab: Never
|
||||
|
||||
Reference in New Issue
Block a user