Joel Grunbaum
2022-01-13 d2cfd3eeeb8b6af3b7ccda01e6c1ac581a2df398
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