mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-09 09:38:19 +00:00
0bac9f0de8
Also include what you use explicitly
54 lines
1.3 KiB
YAML
54 lines
1.3 KiB
YAML
---
|
|
Language: Cpp
|
|
AccessModifierOffset: -8
|
|
AlignAfterOpenBracket: DontAlign
|
|
AlignEscapedNewlines: DontAlign
|
|
AlignTrailingComments: false
|
|
AllowShortBlocksOnASingleLine: Always
|
|
AllowShortCaseLabelsOnASingleLine: true
|
|
AllowShortFunctionsOnASingleLine: All
|
|
AlwaysBreakTemplateDeclarations: true
|
|
BasedOnStyle: LLVM
|
|
BreakBeforeBraces: Custom
|
|
BreakBeforeTernaryOperators: false
|
|
BreakConstructorInitializers: AfterColon
|
|
BreakStringLiterals: true
|
|
BraceWrapping:
|
|
AfterCaseLabel: true
|
|
AfterClass: true
|
|
AfterControlStatement: true
|
|
AfterEnum: true
|
|
AfterExternBlock: false
|
|
AfterFunction: true
|
|
AfterNamespace: false
|
|
AfterStruct: true
|
|
AfterUnion: true
|
|
BeforeCatch: true
|
|
BeforeElse: true
|
|
IndentBraces: false
|
|
SplitEmptyNamespace: true
|
|
SplitEmptyRecord: true
|
|
#ColumnLimit: 100
|
|
ColumnLimit: 0
|
|
CommentPragmas: ''
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
|
ConstructorInitializerIndentWidth: 8
|
|
ContinuationIndentWidth: 8
|
|
IncludeCategories:
|
|
- Regex: '^"'
|
|
Priority: 1
|
|
- Regex: '^<(engine|game|mastersrv|versionsrv>'
|
|
Priority: 2
|
|
- Regex: '.*'
|
|
Priority: 3
|
|
IncludeIsMainRegex: '$'
|
|
IndentWidth: 8
|
|
KeepEmptyLinesAtTheStartOfBlocks: false
|
|
PointerAlignment: Right
|
|
ReflowComments: true
|
|
SpaceBeforeParens: Never
|
|
SpaceAfterTemplateKeyword: false
|
|
TabWidth: 8
|
|
UseTab: ForContinuationAndIndentation
|
|
...
|