blob: c83c7f7725fda1b2686d37d73552510c9d2050bb [file] [log] [blame]
BasedOnStyle: Google
IndentWidth: 8
ContinuationIndentWidth: 8
UseTab: Always
BreakBeforeBraces: Linux
AllowShortFunctionsOnASingleLine: None
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
IndentCaseLabels: false
IncludeBlocks: Regroup
IncludeCategories:
- Regex: '^<[[:alnum:].]+>'
Priority: 1
- Regex: '^"hf/arch/'
Priority: 2
- Regex: '^"hf/'
Priority: 3
- Regex: '^"vmapi/'
Priority: 4
- Regex: '.*'
Priority: 5