Joel Grunbaum
2022-01-12 ae7d00edf2f02912ec9c04919ea7535c93d2d1e0
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