2021-08-15 09:41:48 +00:00
|
|
|
---
|
|
|
|
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
|
2024-05-24 15:31:21 +00:00
|
|
|
SortIncludes: Never
|
2021-08-15 09:41:48 +00:00
|
|
|
SpaceAfterCStyleCast: false
|
|
|
|
SpacesBeforeTrailingComments: 1
|
2024-08-12 23:44:39 +00:00
|
|
|
SpacesInAngles: Never
|
2021-08-15 09:41:48 +00:00
|
|
|
SpacesInCStyleCastParentheses: false
|
|
|
|
SpacesInParentheses: false
|
|
|
|
SpacesInSquareBrackets: false
|
|
|
|
TabWidth: 4
|
|
|
|
UseTab: Never
|
|
|
|
---
|
|
|
|
Language: Cpp
|
|
|
|
Standard: c++17
|
|
|
|
|
|
|
|
AccessModifierOffset: -4
|
2024-08-12 23:44:39 +00:00
|
|
|
PackConstructorInitializers: Never
|
2021-08-15 09:41:48 +00:00
|
|
|
AlwaysBreakAfterReturnType: None
|
|
|
|
AlwaysBreakTemplateDeclarations: Yes
|
|
|
|
BreakConstructorInitializers: BeforeComma
|
|
|
|
BreakInheritanceList: BeforeComma
|
|
|
|
ConstructorInitializerIndentWidth: 4
|
|
|
|
FixNamespaceComments: true
|
|
|
|
IndentGotoLabels: false
|
2024-03-24 16:25:00 +00:00
|
|
|
KeepEmptyLinesAtTheStartOfBlocks: false
|
2023-07-30 15:43:43 +00:00
|
|
|
QualifierAlignment: Right
|
2024-08-12 23:44:39 +00:00
|
|
|
SortUsingDeclarations: true # Since clang-format 16, the equivalent value is LexicographicNumeric
|
2021-08-15 09:41:48 +00:00
|
|
|
SpaceAfterTemplateKeyword: false
|
|
|
|
---
|
|
|
|
Language: ObjC
|
|
|
|
|
|
|
|
KeepEmptyLinesAtTheStartOfBlocks: false
|
|
|
|
ObjCBlockIndentWidth: 4
|
|
|
|
ObjCBreakBeforeNestedBlockParam: false
|
|
|
|
ObjCSpaceBeforeProtocolList: false
|
|
|
|
PenaltyExcessCharacter: 1
|
2023-07-30 15:43:43 +00:00
|
|
|
QualifierAlignment: Right
|