102 lines
3.0 KiB
Plaintext
102 lines
3.0 KiB
Plaintext
|
---
|
||
|
AccessModifierOffset: -4
|
||
|
AlignAfterOpenBracket: DontAlign
|
||
|
AlignConsecutiveAssignments: 'false'
|
||
|
AlignConsecutiveBitFields: 'false'
|
||
|
AlignConsecutiveDeclarations: 'false'
|
||
|
AlignConsecutiveMacros: 'false'
|
||
|
AlignEscapedNewlines: Left
|
||
|
AlignOperands: Align
|
||
|
AlignTrailingComments: 'true'
|
||
|
AllowAllArgumentsOnNextLine: 'false'
|
||
|
AllowAllConstructorInitializersOnNextLine: 'false'
|
||
|
AllowAllParametersOfDeclarationOnNextLine: 'false'
|
||
|
AllowShortBlocksOnASingleLine: Empty
|
||
|
AllowShortCaseLabelsOnASingleLine: 'false'
|
||
|
AllowShortEnumsOnASingleLine: 'true'
|
||
|
AllowShortFunctionsOnASingleLine: All
|
||
|
AllowShortIfStatementsOnASingleLine: Never
|
||
|
AllowShortLambdasOnASingleLine: All
|
||
|
AllowShortLoopsOnASingleLine: 'true'
|
||
|
AlwaysBreakAfterReturnType: None
|
||
|
AlwaysBreakBeforeMultilineStrings: 'true'
|
||
|
AlwaysBreakTemplateDeclarations: 'Yes'
|
||
|
BinPackArguments: 'true'
|
||
|
BinPackParameters: 'true'
|
||
|
BitFieldColonSpacing: After
|
||
|
BraceWrapping:
|
||
|
AfterCaseLabel: 'true'
|
||
|
AfterClass: 'true'
|
||
|
AfterControlStatement: 'false'
|
||
|
AfterEnum: 'true'
|
||
|
AfterFunction: 'true'
|
||
|
AfterNamespace: 'true'
|
||
|
AfterStruct: 'true'
|
||
|
AfterUnion: 'true'
|
||
|
AfterExternBlock: 'true'
|
||
|
BeforeCatch: 'false'
|
||
|
BeforeElse: 'false'
|
||
|
BeforeLambdaBody: 'false'
|
||
|
BeforeWhile: 'false'
|
||
|
IndentBraces: 'false'
|
||
|
SplitEmptyFunction: 'false'
|
||
|
SplitEmptyRecord: 'false'
|
||
|
SplitEmptyNamespace: 'false'
|
||
|
BreakBeforeBinaryOperators: None
|
||
|
BreakBeforeBraces: Custom
|
||
|
BreakBeforeTernaryOperators: 'true'
|
||
|
BreakConstructorInitializers: AfterColon
|
||
|
BreakInheritanceList: AfterColon
|
||
|
BreakStringLiterals: 'true'
|
||
|
ColumnLimit: 0
|
||
|
CompactNamespaces: 'false'
|
||
|
ConstructorInitializerAllOnOneLineOrOnePerLine: 'false'
|
||
|
ConstructorInitializerIndentWidth: 4
|
||
|
ContinuationIndentWidth: 4
|
||
|
Cpp11BracedListStyle: 'false'
|
||
|
DeriveLineEnding: 'true'
|
||
|
DerivePointerAlignment: 'false'
|
||
|
DisableFormat: 'false'
|
||
|
FixNamespaceComments: 'false'
|
||
|
IncludeBlocks: Preserve
|
||
|
IndentCaseBlocks: 'true'
|
||
|
IndentCaseLabels: 'true'
|
||
|
IndentExternBlock: Indent
|
||
|
IndentGotoLabels: 'false'
|
||
|
IndentPPDirectives: AfterHash
|
||
|
IndentWidth: 4
|
||
|
IndentWrappedFunctionNames: 'true'
|
||
|
KeepEmptyLinesAtTheStartOfBlocks: 'false'
|
||
|
Language: Cpp
|
||
|
MaxEmptyLinesToKeep: 1
|
||
|
NamespaceIndentation: All
|
||
|
PointerAlignment: Left
|
||
|
ReflowComments : 'false'
|
||
|
SortIncludes: 'true'
|
||
|
SortUsingDeclarations: 'true'
|
||
|
SpaceAfterCStyleCast: 'false'
|
||
|
SpaceAfterLogicalNot: 'false'
|
||
|
SpaceAfterTemplateKeyword: 'true'
|
||
|
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: 'true'
|
||
|
SpacesInParentheses: 'false'
|
||
|
SpacesInSquareBrackets: 'false'
|
||
|
Standard: Latest
|
||
|
TabWidth: 4
|
||
|
UseCRLF: 'true'
|
||
|
UseTab: AlignWithSpaces
|
||
|
|
||
|
...
|