mirror of
https://github.com/godotengine/godot-benchmarks.git
synced 2025-12-31 09:49:13 +03:00
37 lines
778 B
YAML
37 lines
778 B
YAML
BasedOnStyle: LLVM
|
|
AccessModifierOffset: -4
|
|
AlignAfterOpenBracket: DontAlign
|
|
AlignOperands: DontAlign
|
|
AlignTrailingComments:
|
|
Kind: Never
|
|
AllowAllParametersOfDeclarationOnNextLine: false
|
|
BreakConstructorInitializers: AfterColon
|
|
ColumnLimit: 0
|
|
ConstructorInitializerIndentWidth: 8
|
|
ContinuationIndentWidth: 8
|
|
Cpp11BracedListStyle: false
|
|
IncludeCategories:
|
|
- Regex: ^".*"$
|
|
Priority: 1
|
|
- Regex: ^<.*\.h>$
|
|
Priority: 2
|
|
- Regex: ^<.*>$
|
|
Priority: 3
|
|
IndentCaseLabels: true
|
|
IndentWidth: 4
|
|
JavaImportGroups:
|
|
- org.godotengine
|
|
- android
|
|
- androidx
|
|
- com.android
|
|
- com.google
|
|
- java
|
|
- javax
|
|
KeepEmptyLinesAtTheStartOfBlocks: false
|
|
ObjCBlockIndentWidth: 4
|
|
PackConstructorInitializers: NextLine
|
|
RemoveSemicolon: true
|
|
Standard: c++20
|
|
TabWidth: 4
|
|
UseTab: Always
|