blob: 3e9f9555b2e82cad8d0112d8a0f57b5d043da125 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
BasedOnStyle: LLVM
Language: Cpp
IndentWidth: 8
UseTab: Always
BreakBeforeBraces: Linux
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false
SortIncludes: false
ContinuationIndentWidth: 8
ColumnLimit: 80
Cpp11BracedListStyle: false
ReflowComments: false
|