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