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 |