92 lines
2.5 KiB
Plaintext
92 lines
2.5 KiB
Plaintext
|
---
|
||
|
Language: Cpp
|
||
|
BasedOnStyle: LLVM
|
||
|
AccessModifierOffset: -2
|
||
|
AlignAfterOpenBracket: DontAlign # BlockIndent for newer version
|
||
|
AlignEscapedNewlines: Right
|
||
|
AlignTrailingComments: false
|
||
|
AllowAllArgumentsOnNextLine: true
|
||
|
AllowAllConstructorInitializersOnNextLine: true
|
||
|
AllowAllParametersOfDeclarationOnNextLine: true
|
||
|
BraceWrapping:
|
||
|
AfterCaseLabel: false
|
||
|
AfterClass: false
|
||
|
AfterControlStatement: Never
|
||
|
AfterEnum: false
|
||
|
AfterFunction: false
|
||
|
AfterNamespace: false
|
||
|
AfterObjCDeclaration: false
|
||
|
AfterStruct: false
|
||
|
AfterUnion: false
|
||
|
AfterExternBlock: false
|
||
|
BeforeCatch: false
|
||
|
BeforeElse: false
|
||
|
IndentBraces: false
|
||
|
SplitEmptyFunction: true
|
||
|
SplitEmptyRecord: true
|
||
|
SplitEmptyNamespace: true
|
||
|
BreakBeforeBinaryOperators: None
|
||
|
BreakBeforeBraces: Attach
|
||
|
BreakBeforeInheritanceComma: false
|
||
|
BreakInheritanceList: BeforeColon
|
||
|
BreakBeforeTernaryOperators: true
|
||
|
BreakConstructorInitializersBeforeComma: false
|
||
|
BreakConstructorInitializers: BeforeColon
|
||
|
BreakAfterJavaFieldAnnotations: false
|
||
|
BreakStringLiterals: true
|
||
|
ColumnLimit: 100
|
||
|
CommentPragmas: '^ IWYU pragma:'
|
||
|
CompactNamespaces: false
|
||
|
ConstructorInitializerAllOnOneLineOrOnePerLine: false
|
||
|
ConstructorInitializerIndentWidth: 4
|
||
|
ContinuationIndentWidth: 4
|
||
|
Cpp11BracedListStyle: true
|
||
|
DeriveLineEnding: true
|
||
|
DerivePointerAlignment: false
|
||
|
DisableFormat: false
|
||
|
ExperimentalAutoDetectBinPacking: false
|
||
|
FixNamespaceComments: true
|
||
|
ForEachMacros:
|
||
|
- foreach
|
||
|
- Q_FOREACH
|
||
|
- BOOST_FOREACH
|
||
|
IncludeBlocks: Preserve
|
||
|
IncludeIsMainRegex: '(Test)?$'
|
||
|
IncludeIsMainSourceRegex: ''
|
||
|
IndentCaseLabels: false
|
||
|
IndentGotoLabels: true
|
||
|
IndentPPDirectives: None
|
||
|
IndentWidth: 4
|
||
|
IndentWrappedFunctionNames: false
|
||
|
JavaScriptQuotes: Leave
|
||
|
JavaScriptWrapImports: true
|
||
|
KeepEmptyLinesAtTheStartOfBlocks: true
|
||
|
MacroBlockBegin: ''
|
||
|
MacroBlockEnd: ''
|
||
|
MaxEmptyLinesToKeep: 1
|
||
|
NamespaceIndentation: None
|
||
|
PointerAlignment: Left
|
||
|
ReflowComments: true
|
||
|
SortUsingDeclarations: true
|
||
|
SpaceAfterCStyleCast: true
|
||
|
SpaceAfterLogicalNot: false
|
||
|
SpaceAfterTemplateKeyword: true
|
||
|
SpaceBeforeAssignmentOperators: true
|
||
|
SpaceBeforeCpp11BracedList: false
|
||
|
SpaceBeforeCtorInitializerColon: true
|
||
|
SpaceBeforeInheritanceColon: true
|
||
|
SpaceBeforeParens: ControlStatements
|
||
|
SpaceBeforeRangeBasedForLoopColon: true
|
||
|
SpaceInEmptyBlock: false
|
||
|
SpaceInEmptyParentheses: false
|
||
|
SpacesBeforeTrailingComments: 1
|
||
|
SpacesInConditionalStatement: false
|
||
|
SpacesInParentheses: false
|
||
|
SpacesInSquareBrackets: false
|
||
|
SpaceBeforeSquareBrackets: false
|
||
|
Standard: Latest
|
||
|
TabWidth: 4
|
||
|
UseCRLF: false
|
||
|
UseTab: AlignWithSpaces
|
||
|
...
|