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