mirror of
https://github.com/pret/pokeruby.git
synced 2024-11-23 13:09:40 +00:00
26 lines
642 B
YAML
26 lines
642 B
YAML
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
|
|
AlignTrailingComments: 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
|