forked from Mirrorlandia_minetest/minetest
be06636965
* Proper support for continuation indents in clang format * make src/wieldmesh.h proper and remove it from whitelist * Add CLion default build directories in .gitignore
26 lines
573 B
YAML
26 lines
573 B
YAML
BasedOnStyle: LLVM
|
|
IndentWidth: 8
|
|
UseTab: Always
|
|
BreakBeforeBraces: Custom
|
|
BraceWrapping:
|
|
AfterClass: true
|
|
AfterControlStatement: false
|
|
AfterEnum: true
|
|
AfterFunction: true
|
|
AfterNamespace: true
|
|
AfterStruct: true
|
|
AfterUnion: true
|
|
BeforeCatch: false
|
|
BeforeElse: false
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
IndentCaseLabels: false
|
|
AccessModifierOffset: -8
|
|
ColumnLimit: 90
|
|
IncludeCategories:
|
|
- Regex: '^".*'
|
|
Priority: 2
|
|
- Regex: '^<.*'
|
|
Priority: 1
|
|
AlignAfterOpenBracket: DontAlign
|
|
ContinuationIndentWidth: 16
|