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 |