blob: c83c7f7725fda1b2686d37d73552510c9d2050bb [file] [log] [blame]
Andrew Scull4f170f52018-07-19 12:58:20 +01001BasedOnStyle: Google
Andrew Scull18c78fc2018-08-20 12:57:41 +01002
Andrew Scull4f170f52018-07-19 12:58:20 +01003IndentWidth: 8
4ContinuationIndentWidth: 8
5UseTab: Always
Andrew Scull18c78fc2018-08-20 12:57:41 +01006
Andrew Scull4f170f52018-07-19 12:58:20 +01007BreakBeforeBraces: Linux
8AllowShortFunctionsOnASingleLine: None
9AllowShortIfStatementsOnASingleLine: false
10AllowShortLoopsOnASingleLine: false
11IndentCaseLabels: false
Andrew Scull18c78fc2018-08-20 12:57:41 +010012
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