.clang-format
1 BasedOnStyle: llvm 2 IndentWidth: 4 3 AllowAllParametersOfDeclarationOnNextLine: True 4 AllowShortFunctionsOnASingleLine: None 5 AllowShortIfStatementsOnASingleLine: OnlyFirstIf 6 AlignAfterOpenBracket: BlockIndent 7 AlignEscapedNewlines: DontAlign 8 AlwaysBreakAfterDefinitionReturnType: None 9 BinPackArguments: False 10 BinPackParameters: False 11 PenaltyReturnTypeOnItsOwnLine: 1000 12 PenaltyBreakAssignment: 100