Joel Grunbaum
2022-01-09 6926be56fe58e199673db158c4fee7ca7b140c8d
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