Andrew Scull | 4f170f5 | 2018-07-19 12:58:20 +0100 | [diff] [blame] | 1 | BasedOnStyle: Google |
Andrew Scull | 18c78fc | 2018-08-20 12:57:41 +0100 | [diff] [blame] | 2 | |
Andrew Scull | 4f170f5 | 2018-07-19 12:58:20 +0100 | [diff] [blame] | 3 | IndentWidth: 8 |
| 4 | ContinuationIndentWidth: 8 |
| 5 | UseTab: Always |
Andrew Scull | 18c78fc | 2018-08-20 12:57:41 +0100 | [diff] [blame] | 6 | |
Andrew Scull | 4f170f5 | 2018-07-19 12:58:20 +0100 | [diff] [blame] | 7 | BreakBeforeBraces: Linux |
| 8 | AllowShortFunctionsOnASingleLine: None |
| 9 | AllowShortIfStatementsOnASingleLine: false |
| 10 | AllowShortLoopsOnASingleLine: false |
| 11 | IndentCaseLabels: false |
Andrew Scull | 18c78fc | 2018-08-20 12:57:41 +0100 | [diff] [blame] | 12 | |
| 13 | IncludeBlocks: Regroup |
| 14 | IncludeCategories: |
| 15 | - Regex: '^<[[:alnum:].]+>' |
| 16 | Priority: 1 |
| 17 | - Regex: '^"hf/arch/' |
| 18 | Priority: 2 |
| 19 | - Regex: '^"hf/' |
| 20 | Priority: 3 |
| 21 | - Regex: '^"vmapi/' |
| 22 | Priority: 4 |
| 23 | - Regex: '.*' |
| 24 | Priority: 5 |