Joel Grunbaum
2022-01-10 2c515f0de70ad675b5f5d25b6a496d67d8dc0463
commit | author | age
127d5a 1 ---
JG 2 BasedOnStyle: LLVM
3 IndentWidth: 4
2c515f 4 TabWidth: 4
127d5a 5 UseTab: AlignWithSpaces
JG 6 AllowShortIfStatementsOnASingleLine: true
7 BreakBeforeBraces: Linux
16b655 8 PointerAlignment: Left
JG 9 AllowShortIfStatementsOnASingleLine: true
10 IndentCaseBlocks: true
11 IndentCaseLabels: false
2c515f 12 SortUsingDeclarations: true