1BasedOnStyle: LLVM 2Language: Cpp 3IndentWidth: 8 4UseTab: Always 5BreakBeforeBraces: Linux 6AllowShortIfStatementsOnASingleLine: false 7IndentCaseLabels: false 8SortIncludes: false 9ContinuationIndentWidth: 8 10ColumnLimit: 96 11