|
|
|
|
|
|
|
|
|
AccessModifierOffset: -4 |
|
AlignAfterOpenBracket: Align |
|
AlignConsecutiveAssignments: false |
|
|
|
AlignConsecutiveDeclarations: false |
|
AlignConsecutiveMacros: true |
|
AlignEscapedNewlines: Left |
|
|
|
AlignTrailingComments: true |
|
AllowAllArgumentsOnNextLine: true |
|
AllowAllConstructorInitializersOnNextLine: true |
|
AllowAllParametersOfDeclarationOnNextLine: true |
|
AllowShortBlocksOnASingleLine: Always |
|
AllowShortCaseLabelsOnASingleLine: true |
|
|
|
AllowShortFunctionsOnASingleLine: None |
|
AllowShortIfStatementsOnASingleLine: WithoutElse |
|
AllowShortLambdasOnASingleLine: All |
|
AllowShortLoopsOnASingleLine: true |
|
AlwaysBreakAfterReturnType: None |
|
AlwaysBreakBeforeMultilineStrings: false |
|
AlwaysBreakTemplateDeclarations: Yes |
|
BinPackArguments: true |
|
BinPackParameters: true |
|
BraceWrapping: |
|
AfterCaseLabel: true |
|
AfterClass: true |
|
AfterControlStatement: Always |
|
AfterEnum: true |
|
AfterFunction: true |
|
AfterNamespace: false |
|
AfterObjCDeclaration: false |
|
AfterStruct: true |
|
AfterUnion: true |
|
AfterExternBlock: false |
|
BeforeCatch: true |
|
BeforeElse: true |
|
|
|
|
|
IndentBraces: false |
|
SplitEmptyFunction: true |
|
SplitEmptyRecord: true |
|
SplitEmptyNamespace: false |
|
BreakAfterJavaFieldAnnotations: true |
|
BreakBeforeBinaryOperators: All |
|
BreakBeforeBraces: Custom |
|
BreakBeforeTernaryOperators: true |
|
BreakConstructorInitializers: BeforeColon |
|
BreakInheritanceList: BeforeColon |
|
BreakStringLiterals: false |
|
ColumnLimit: 0 |
|
|
|
CompactNamespaces: false |
|
ConstructorInitializerAllOnOneLineOrOnePerLine: true |
|
ConstructorInitializerIndentWidth: 4 |
|
ContinuationIndentWidth: 4 |
|
Cpp11BracedListStyle: true |
|
DeriveLineEnding: false |
|
DerivePointerAlignment: false |
|
|
|
|
|
FixNamespaceComments: true |
|
|
|
IncludeBlocks: Regroup |
|
|
|
|
|
|
|
|
|
IndentCaseLabels: false |
|
|
|
IndentGotoLabels: false |
|
IndentPPDirectives: None |
|
IndentWidth: 4 |
|
|
|
|
|
|
|
|
|
|
|
KeepEmptyLinesAtTheStartOfBlocks: false |
|
Language: Cpp |
|
|
|
|
|
MaxEmptyLinesToKeep: 1 |
|
NamespaceIndentation: None |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
PointerAlignment: Left |
|
|
|
ReflowComments: false |
|
SortIncludes: false |
|
SortUsingDeclarations: true |
|
SpaceAfterCStyleCast: false |
|
SpaceAfterLogicalNot: false |
|
SpaceAfterTemplateKeyword: false |
|
SpaceBeforeAssignmentOperators: true |
|
SpaceBeforeCpp11BracedList: false |
|
SpaceBeforeCtorInitializerColon: true |
|
SpaceBeforeInheritanceColon: true |
|
SpaceBeforeParens: ControlStatements |
|
SpaceBeforeRangeBasedForLoopColon: true |
|
SpaceBeforeSquareBrackets: false |
|
SpaceInEmptyBlock: false |
|
SpaceInEmptyParentheses: false |
|
SpacesBeforeTrailingComments: 1 |
|
SpacesInAngles: false |
|
SpacesInCStyleCastParentheses: false |
|
SpacesInConditionalStatement: false |
|
SpacesInContainerLiterals: false |
|
SpacesInParentheses: false |
|
SpacesInSquareBrackets: false |
|
Standard: c++03 |
|
|
|
TabWidth: 4 |
|
|
|
UseCRLF: false |
|
UseTab: Never |
|
|