blob: 16d606b38447d7dff98251ed9095840f736ea8df [file] [log] [blame]
zaolin6c2b10e2018-04-16 17:37:24 +02001BasedOnStyle: LLVM
2Language: Cpp
3IndentWidth: 8
4UseTab: Always
5BreakBeforeBraces: Linux
6AllowShortIfStatementsOnASingleLine: false
7IndentCaseLabels: false
8SortIncludes: false
9ContinuationIndentWidth: 8
10ColumnLimit: 80