summaryrefslogtreecommitdiff
path: root/.clang-format
blob: 82e2abf156aed04137bcfc075a1f76cb082c6c6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
BasedOnStyle: LLVM
IndentWidth: 8
UseTab: Always
BreakBeforeBraces: Linux
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false
AccessModifierOffset: -8
IncludeCategories:
  - Regex:           '^".*'
    Priority:        2
  - Regex:           '^<.*'
    Priority:        1