1 2 3 4 5 6 7 8 9 10 11 12 13
BasedOnStyle: LLVM IndentWidth: 8 UseTab: Always BreakBeforeBraces: Linux AllowShortIfStatementsOnASingleLine: false IndentCaseLabels: false AlwaysBreakAfterReturnType: TopLevel AlignAfterOpenBracket: DontAlign ContinuationIndentWidth: 8 SortIncludes: false AlignTrailingComments: false