105 lines
2.8 KiB
Plaintext
105 lines
2.8 KiB
Plaintext
|
BasedOnStyle: LLVM
|
||
|
AccessModifierOffset: -2
|
||
|
AlignAfterOpenBracket: BlockIndent
|
||
|
AlignConsecutiveAssignments: false
|
||
|
AlignConsecutiveDeclarations: false
|
||
|
AlignEscapedNewlines: Left
|
||
|
AlignOperands: true
|
||
|
AlignTrailingComments: false
|
||
|
AllowAllParametersOfDeclarationOnNextLine: false
|
||
|
AllowAllArgumentsOnNextLine: false
|
||
|
AllowShortBlocksOnASingleLine: true
|
||
|
AllowShortCaseLabelsOnASingleLine: false
|
||
|
AllowShortFunctionsOnASingleLine: Empty
|
||
|
AllowShortIfStatementsOnASingleLine: false
|
||
|
AllowShortLoopsOnASingleLine: false
|
||
|
AllowShortLambdasOnASingleLine: All
|
||
|
AlwaysBreakAfterDefinitionReturnType: None
|
||
|
AlwaysBreakAfterReturnType: None
|
||
|
AlwaysBreakBeforeMultilineStrings: true
|
||
|
AlwaysBreakTemplateDeclarations: Yes
|
||
|
BinPackArguments: false
|
||
|
BinPackParameters: false
|
||
|
BreakBeforeBraces: Custom
|
||
|
BraceWrapping:
|
||
|
AfterClass: true
|
||
|
AfterControlStatement: false
|
||
|
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
|
||
|
BreakBeforeInheritanceComma: true
|
||
|
BreakBeforeTernaryOperators: true
|
||
|
BreakConstructorInitializers: AfterColon
|
||
|
BreakConstructorInitializersBeforeComma: false
|
||
|
BreakStringLiterals: true
|
||
|
ColumnLimit: 120
|
||
|
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: 1
|
||
|
NamespaceIndentation: Inner
|
||
|
ObjCBlockIndentWidth: 7
|
||
|
ObjCSpaceAfterProperty: true
|
||
|
ObjCSpaceBeforeProtocolList: false
|
||
|
PointerAlignment: Left
|
||
|
ReflowComments: true
|
||
|
SortIncludes: true
|
||
|
SortUsingDeclarations: false
|
||
|
SpaceAfterCStyleCast: false
|
||
|
SpaceAfterTemplateKeyword: false
|
||
|
SpaceBeforeAssignmentOperators: true
|
||
|
SpaceBeforeParens: ControlStatements
|
||
|
SpaceInEmptyParentheses: false
|
||
|
SpacesBeforeTrailingComments: 1
|
||
|
SpacesInAngles: false
|
||
|
SpacesInCStyleCastParentheses: false
|
||
|
SpacesInContainerLiterals: true
|
||
|
SpacesInParentheses: false
|
||
|
SpacesInSquareBrackets: false
|
||
|
Standard: c++20
|
||
|
TabWidth: 8
|
||
|
UseTab: Never
|
||
|
SpaceBeforeRangeBasedForLoopColon: false
|
||
|
QualifierAlignment: Right
|
||
|
AllowShortEnumsOnASingleLine: false
|
||
|
InsertTrailingCommas: Wrapped
|