Joel Grunbaum
2022-01-19 9ae8b92ba549ab916c88e9004a95c1ed0cd16059
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