Andrew Jeffery | 9c76679 | 2022-08-10 23:12:49 +0930 | [diff] [blame] | 1 | BasedOnStyle: LLVM |
| 2 | IndentWidth: 8 |
| 3 | UseTab: Always |
| 4 | BreakBeforeBraces: Linux |
Andrew Jeffery | 79bdeac | 2023-04-05 18:57:02 +0930 | [diff] [blame] | 5 | AllowShortBlocksOnASingleLine: Empty |
| 6 | AllowShortCaseLabelsOnASingleLine: false |
| 7 | AllowShortFunctionsOnASingleLine: Empty |
Andrew Jeffery | 9c76679 | 2022-08-10 23:12:49 +0930 | [diff] [blame] | 8 | AllowShortIfStatementsOnASingleLine: false |
Andrew Jeffery | 79bdeac | 2023-04-05 18:57:02 +0930 | [diff] [blame] | 9 | AllowShortLoopsOnASingleLine: false |
Andrew Jeffery | 9c76679 | 2022-08-10 23:12:49 +0930 | [diff] [blame] | 10 | IndentCaseLabels: false |