mirror of
https://github.com/pret/pokediamond.git
synced 2024-11-23 14:09:55 +00:00
Add .clang-format
This commit is contained in:
parent
9ac9b8cefc
commit
9c50f9db3d
25
.clang-format
Normal file
25
.clang-format
Normal file
@ -0,0 +1,25 @@
|
||||
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: '^"nitro/types\.h"$'
|
||||
Priority: -4
|
||||
- Regex: '^"global\.h"$'
|
||||
Priority: -3
|
||||
- Regex: '^"nitro/nitro\.h"$'
|
||||
Priority: -2
|
||||
- Regex: '^"nitro/'
|
||||
Priority: -1
|
||||
- Regex: '.\*'
|
||||
Priority: 1
|
Loading…
Reference in New Issue
Block a user