mirror of
https://github.com/pret/pokeruby.git
synced 2025-01-05 20:10:08 +00:00
26 lines
642 B
Plaintext
26 lines
642 B
Plaintext
|
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
|