2021-05-05 05:31:39 +00:00
|
|
|
AccessModifierOffset: -2
|
|
|
|
AlignAfterOpenBracket: DontAlign
|
2021-05-06 23:50:36 +00:00
|
|
|
AlignConsecutiveAssignments: Consecutive
|
|
|
|
AlignConsecutiveDeclarations: Consecutive
|
2021-05-05 05:31:39 +00:00
|
|
|
AlignEscapedNewlines: Left
|
|
|
|
AlignOperands: true
|
|
|
|
AlignTrailingComments: false
|
|
|
|
AllowAllParametersOfDeclarationOnNextLine: false
|
2021-05-06 23:50:36 +00:00
|
|
|
AllowShortBlocksOnASingleLine: Always
|
|
|
|
AllowShortCaseLabelsOnASingleLine: true
|
2021-05-05 05:31:39 +00:00
|
|
|
AllowShortFunctionsOnASingleLine: All
|
2021-05-06 23:50:36 +00:00
|
|
|
AllowShortIfStatementsOnASingleLine: WithoutElse
|
2021-05-05 05:31:39 +00:00
|
|
|
AllowShortLoopsOnASingleLine: true
|
|
|
|
AlwaysBreakAfterDefinitionReturnType: None
|
|
|
|
AlwaysBreakAfterReturnType: None
|
|
|
|
AlwaysBreakBeforeMultilineStrings: true
|
2021-05-06 23:50:36 +00:00
|
|
|
AlwaysBreakTemplateDeclarations: MultiLine
|
2021-05-05 05:31:39 +00:00
|
|
|
BinPackArguments: false
|
|
|
|
BinPackParameters: false
|
|
|
|
BraceWrapping:
|
2021-05-06 23:50:36 +00:00
|
|
|
AfterCaseLabel: false
|
2021-05-05 05:31:39 +00:00
|
|
|
AfterClass: true
|
|
|
|
AfterEnum: false
|
|
|
|
AfterFunction: true
|
|
|
|
AfterNamespace: false
|
|
|
|
AfterObjCDeclaration: false
|
|
|
|
AfterStruct: true
|
|
|
|
AfterUnion: false
|
|
|
|
BeforeCatch: false
|
|
|
|
BeforeElse: false
|
|
|
|
IndentBraces: false
|
|
|
|
SplitEmptyFunction: false
|
|
|
|
SplitEmptyNamespace: true
|
|
|
|
SplitEmptyRecord: true
|
|
|
|
BreakAfterJavaFieldAnnotations: true
|
|
|
|
BreakBeforeBinaryOperators: NonAssignment
|
|
|
|
BreakBeforeBraces: Custom
|
|
|
|
BreakBeforeInheritanceComma: true
|
|
|
|
BreakBeforeTernaryOperators: true
|
|
|
|
BreakConstructorInitializers: BeforeColon
|
|
|
|
BreakConstructorInitializersBeforeComma: false
|
|
|
|
BreakStringLiterals: true
|
|
|
|
ColumnLimit: 0
|
|
|
|
CommentPragmas: '^ IWYU pragma:'
|
|
|
|
CompactNamespaces: false
|
|
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: false
|
|
|
|
ConstructorInitializerIndentWidth: 2
|
|
|
|
ContinuationIndentWidth: 2
|
|
|
|
Cpp11BracedListStyle: false
|
|
|
|
DerivePointerAlignment: false
|
|
|
|
DisableFormat: false
|
|
|
|
ExperimentalAutoDetectBinPacking: true
|
|
|
|
FixNamespaceComments: true
|
|
|
|
ForEachMacros:
|
|
|
|
- foreach
|
|
|
|
- Q_FOREACH
|
|
|
|
- BOOST_FOREACH
|
|
|
|
IncludeCategories:
|
|
|
|
- Priority: 2
|
|
|
|
Regex: ^"(llvm|llvm-c|clang|clang-c)/
|
|
|
|
- Priority: 3
|
|
|
|
Regex: ^(<|"(gtest|gmock|isl|json)/)
|
|
|
|
- Priority: 1
|
|
|
|
Regex: .*
|
|
|
|
IncludeIsMainRegex: (Test)?$
|
|
|
|
IndentCaseLabels: false
|
|
|
|
IndentWidth: 2
|
|
|
|
IndentWrappedFunctionNames: true
|
|
|
|
JavaScriptQuotes: Leave
|
|
|
|
JavaScriptWrapImports: true
|
|
|
|
KeepEmptyLinesAtTheStartOfBlocks: true
|
|
|
|
Language: Cpp
|
|
|
|
MacroBlockBegin: ''
|
|
|
|
MacroBlockEnd: ''
|
|
|
|
MaxEmptyLinesToKeep: 2
|
|
|
|
NamespaceIndentation: Inner
|
|
|
|
ObjCBlockIndentWidth: 7
|
|
|
|
ObjCSpaceAfterProperty: true
|
|
|
|
ObjCSpaceBeforeProtocolList: false
|
|
|
|
PointerAlignment: Right
|
|
|
|
ReflowComments: true
|
2021-05-06 23:50:36 +00:00
|
|
|
SortIncludes: CaseInsensitive
|
2021-05-05 05:31:39 +00:00
|
|
|
SortUsingDeclarations: false
|
|
|
|
SpaceAfterCStyleCast: false
|
|
|
|
SpaceAfterTemplateKeyword: false
|
|
|
|
SpaceBeforeAssignmentOperators: true
|
|
|
|
SpaceBeforeParens: ControlStatements
|
|
|
|
SpaceInEmptyParentheses: false
|
|
|
|
SpacesBeforeTrailingComments: 0
|
|
|
|
SpacesInAngles: false
|
|
|
|
SpacesInCStyleCastParentheses: false
|
|
|
|
SpacesInContainerLiterals: true
|
|
|
|
SpacesInParentheses: false
|
|
|
|
SpacesInSquareBrackets: false
|
2021-05-06 23:50:36 +00:00
|
|
|
Standard: c++20
|
2021-05-05 05:31:39 +00:00
|
|
|
TabWidth: 8
|
|
|
|
UseTab: Never
|
|
|
|
|