2024-03-02 10:55:33 +00:00
|
|
|
BasedOnStyle: LLVM
|
2023-11-14 17:27:11 +00:00
|
|
|
Standard: Cpp11
|
|
|
|
|
|
|
|
|
|
UseTab: Never
|
|
|
|
|
IndentWidth: 4
|
2024-03-02 10:55:33 +00:00
|
|
|
ConstructorInitializerIndentWidth: 4
|
2023-11-14 17:27:11 +00:00
|
|
|
ContinuationIndentWidth: 8
|
|
|
|
|
AccessModifierOffset: -4
|
|
|
|
|
|
|
|
|
|
AlwaysBreakTemplateDeclarations: true
|
|
|
|
|
BreakConstructorInitializersBeforeComma: true
|
|
|
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: false
|
|
|
|
|
|
|
|
|
|
AllowShortBlocksOnASingleLine: false
|
2024-12-05 02:12:10 +00:00
|
|
|
AllowShortCaseLabelsOnASingleLine: false
|
2024-03-02 10:55:33 +00:00
|
|
|
AllowShortFunctionsOnASingleLine: None
|
2023-11-14 17:27:11 +00:00
|
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
|
|
|
AllowShortLoopsOnASingleLine: false
|
|
|
|
|
|
|
|
|
|
AlignAfterOpenBracket: DontAlign
|
|
|
|
|
DerivePointerAlignment: false
|
|
|
|
|
PointerAlignment: Left
|
|
|
|
|
|
|
|
|
|
SortIncludes: false
|
|
|
|
|
SpaceAfterCStyleCast: true
|
|
|
|
|
|
|
|
|
|
CommentPragmas: '^[/!]<'
|
|
|
|
|
|
2024-12-05 06:09:15 +00:00
|
|
|
ColumnLimit: 130
|
2024-03-02 10:55:33 +00:00
|
|
|
|
|
|
|
|
BreakBeforeBraces: Allman
|
2024-11-16 01:50:42 +00:00
|
|
|
IndentAccessModifiers: true
|
2024-03-02 10:55:33 +00:00
|
|
|
|
2024-11-16 01:50:42 +00:00
|
|
|
IndentPPDirectives: AfterHash
|
2024-11-16 02:06:22 +00:00
|
|
|
|
2024-12-05 02:12:10 +00:00
|
|
|
IndentCaseLabels: true
|
|
|
|
|
|
|
|
|
|
NamespaceIndentation: All
|