49 lines
1.4 KiB
Plaintext
49 lines
1.4 KiB
Plaintext
|
---
|
||
|
Language: Cpp
|
||
|
AccessModifierOffset: '0'
|
||
|
AlignAfterOpenBracket: Align
|
||
|
AlignConsecutiveAssignments: 'true'
|
||
|
AlignConsecutiveDeclarations: 'true'
|
||
|
AlignEscapedNewlinesLeft: 'true'
|
||
|
AlignTrailingComments: 'true'
|
||
|
AllowShortBlocksOnASingleLine: 'false'
|
||
|
AllowShortCaseLabelsOnASingleLine: 'false'
|
||
|
AllowShortFunctionsOnASingleLine: None
|
||
|
AllowShortIfStatementsOnASingleLine: 'false'
|
||
|
AllowShortLoopsOnASingleLine: 'false'
|
||
|
AlwaysBreakAfterDefinitionReturnType: None
|
||
|
AlwaysBreakAfterReturnType: None
|
||
|
AlwaysBreakBeforeMultilineStrings: 'true'
|
||
|
AlwaysBreakTemplateDeclarations: 'true'
|
||
|
BreakBeforeBinaryOperators: NonAssignment
|
||
|
BreakBeforeBraces: Allman
|
||
|
BreakBeforeTernaryOperators: 'false'
|
||
|
BreakConstructorInitializersBeforeComma: 'false'
|
||
|
#BreakStringLiterals: 'true'
|
||
|
ConstructorInitializerAllOnOneLineOrOnePerLine: 'true'
|
||
|
Cpp11BracedListStyle: 'false'
|
||
|
DerivePointerAlignment: 'false'
|
||
|
IndentCaseLabels: 'true'
|
||
|
IndentWidth: '4'
|
||
|
IndentWrappedFunctionNames: 'false'
|
||
|
KeepEmptyLinesAtTheStartOfBlocks: 'false'
|
||
|
MaxEmptyLinesToKeep: '1'
|
||
|
NamespaceIndentation: None
|
||
|
PointerAlignment: Right
|
||
|
SortIncludes: 'true'
|
||
|
SpaceAfterCStyleCast: 'false'
|
||
|
SpaceBeforeAssignmentOperators: 'true'
|
||
|
SpaceBeforeParens: Never
|
||
|
SpaceInEmptyParentheses: 'false'
|
||
|
SpacesInAngles: 'false'
|
||
|
SpacesInCStyleCastParentheses: 'false'
|
||
|
SpacesInParentheses: 'false'
|
||
|
SpacesInSquareBrackets: 'false'
|
||
|
Standard: Cpp11
|
||
|
TabWidth: '4'
|
||
|
UseTab: Never
|
||
|
ReflowComments: 'false'
|
||
|
ContinuationIndentWidth: '4'
|
||
|
ColumnLimit: 0
|
||
|
---
|