| Language: Cpp | |
| AllowShortFunctionsOnASingleLine: None | |
| AllowShortIfStatementsOnASingleLine: false | |
| BasedOnStyle: LLVM | |
| BreakBeforeBraces: Linux | |
| ColumnLimit: 80 | |
| ContinuationIndentWidth: 8 | |
| IndentCaseLabels: false | |
| IndentWidth: 8 | |
| PenaltyReturnTypeOnItsOwnLine: 1000 | |
| SortIncludes: false | |
| UseTab: Always |