summaryrefslogtreecommitdiff
path: root/include/.clang-format
blob: 995d5d96dcc792ee11ee884b7d5791a06d6fdbcb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
BasedOnStyle: LLVM
AllowShortFunctionsOnASingleLine: None
BreakBeforeBraces: Allman
ColumnLimit: 100
UseTab: Never
IndentWidth: 4
TabWidth: 4
AlignAfterOpenBracket: DontAlign
Cpp11BracedListStyle: false
BreakStringLiterals: false
IndentCaseLabels: false
BinPackArguments: false
BinPackParameters: false
IncludeCategories:
  - Regex:           '^"gba/types\.h"$'
    Priority:        -4
  - Regex:           '^"global\.h"$'
    Priority:        -3
  - Regex:           '^"gba/gba\.h"$'
    Priority:        -2
  - Regex:           '^"gba/'
    Priority:        -1
  - Regex:           '.\*'
    Priority:        1