74 lines
2.0 KiB
YAML
74 lines
2.0 KiB
YAML
---
|
|
AlignAfterOpenBracket: AlwaysBreak
|
|
AlignConsecutiveAssignments: false
|
|
AlignConsecutiveDeclarations: false
|
|
AlignConsecutiveMacros: false
|
|
AlignEscapedNewlines: DontAlign
|
|
AlignOperands: false
|
|
AlignTrailingComments: false
|
|
AllowAllArgumentsOnNextLine: false
|
|
AllowAllParametersOfDeclarationOnNextLine: false
|
|
AllowShortFunctionsOnASingleLine: None
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
AllowShortLambdasOnASingleLine: Inline
|
|
AllowShortLoopsOnASingleLine: false
|
|
AlwaysBreakBeforeMultilineStrings: true
|
|
BinPackArguments: false
|
|
BinPackParameters: false
|
|
BreakBeforeBraces: Allman
|
|
BreakBeforeTernaryOperators: false
|
|
BreakStringLiterals: false
|
|
ColumnLimit: 128
|
|
ContinuationIndentWidth: 4
|
|
Cpp11BracedListStyle: false
|
|
DerivePointerAlignment: false
|
|
ExperimentalAutoDetectBinPacking: false
|
|
IndentCaseBlocks: true
|
|
IndentPPDirectives: None
|
|
IndentWidth: 4
|
|
MaxEmptyLinesToKeep: 1
|
|
PenaltyBreakAssignment: 1000
|
|
PenaltyBreakBeforeFirstCallParameter: 0
|
|
PenaltyReturnTypeOnItsOwnLine: 1000
|
|
PointerAlignment: Left
|
|
ReflowComments: false
|
|
SortIncludes: false
|
|
SpaceAfterCStyleCast: false
|
|
SpacesBeforeTrailingComments: 1
|
|
SpacesInAngles: false
|
|
SpacesInCStyleCastParentheses: false
|
|
SpacesInParentheses: false
|
|
SpacesInSquareBrackets: false
|
|
TabWidth: 4
|
|
UseTab: Never
|
|
---
|
|
Language: Cpp
|
|
Standard: c++17
|
|
|
|
AccessModifierOffset: -4
|
|
AllowAllConstructorInitializersOnNextLine: false
|
|
AlwaysBreakAfterReturnType: None
|
|
AlwaysBreakTemplateDeclarations: Yes
|
|
BreakConstructorInitializers: BeforeComma
|
|
BreakInheritanceList: BeforeComma
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: false
|
|
ConstructorInitializerIndentWidth: 4
|
|
FixNamespaceComments: true
|
|
IndentGotoLabels: false
|
|
KeepEmptyLinesAtTheStartOfBlocks: true
|
|
SortUsingDeclarations: true
|
|
SpaceAfterTemplateKeyword: false
|
|
StatementMacros:
|
|
- TR_DEFINE_QUARK
|
|
WhitespaceSensitiveMacros:
|
|
- API_HEADER
|
|
- API_HEADER_CRYPT
|
|
---
|
|
Language: ObjC
|
|
|
|
KeepEmptyLinesAtTheStartOfBlocks: false
|
|
ObjCBlockIndentWidth: 4
|
|
ObjCBreakBeforeNestedBlockParam: false
|
|
ObjCSpaceBeforeProtocolList: false
|
|
PenaltyExcessCharacter: 1
|