1BasedOnStyle: Google
2
3IndentWidth: 8
4ContinuationIndentWidth: 8
5UseTab: Always
6
7BreakBeforeBraces: Linux
8AllowShortFunctionsOnASingleLine: None
9AllowShortIfStatementsOnASingleLine: false
10AllowShortLoopsOnASingleLine: false
11IndentCaseLabels: false
12
13IncludeBlocks: Regroup
14IncludeCategories:
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
25