1 # https://clang.llvm.org/docs/ClangFormatStyleOptions.html
2 AlignAfterOpenBracket: Align
3 AlignEscapedNewlines: Left
4 AllowAllArgumentsOnNextLine: true
5 AllowAllParametersOfDeclarationOnNextLine: false
6 AllowShortFunctionsOnASingleLine: Empty
7 AllowShortIfStatementsOnASingleLine: false
8 AlwaysBreakAfterReturnType: None
10 BinPackArguments: false
11 BinPackParameters: false
17 AfterExternBlock: true
20 AfterControlStatement: MultiLine
21 BreakBeforeBinaryOperators: None
22 BreakBeforeBraces: Custom
24 ContinuationIndentWidth: 8
25 IndentCaseLabels: false
26 IndentGotoLabels: false
28 PenaltyBreakAssignment: 200
29 PenaltyBreakBeforeFirstCallParameter: 100
30 PenaltyReturnTypeOnItsOwnLine: 1000
33 WhitespaceSensitiveMacros: ['DEBUG']