1 # https://clang.llvm.org/docs/ClangFormatStyleOptions.html
4 ContinuationIndentWidth: 8
6 BreakBeforeBraces: Custom
12 AfterExternBlock: true
15 AllowShortIfStatementsOnASingleLine: false
17 IndentCaseLabels: false
18 AlignAfterOpenBracket: Align
19 BinPackParameters: false
20 BinPackArguments: false
21 AllowAllParametersOfDeclarationOnNextLine: false
22 AllowAllArgumentsOnNextLine: false
23 AllowShortFunctionsOnASingleLine: Empty
24 AlwaysBreakAfterReturnType: None
25 AlignEscapedNewlines: Left