2016-08-27 01:39:59 +00:00
|
|
|
AlignConsecutiveAssignments: true
|
|
|
|
AlignConsecutiveDeclarations: true
|
2018-10-25 23:29:58 +00:00
|
|
|
AlignEscapedNewlinesLeft: true
|
2016-08-27 01:39:59 +00:00
|
|
|
AlignOperands: true
|
2014-11-22 12:28:21 +00:00
|
|
|
AlignTrailingComments: true
|
2016-08-27 01:40:46 +00:00
|
|
|
AllowAllParametersOfDeclarationOnNextLine: false
|
2014-11-22 12:28:21 +00:00
|
|
|
AllowShortCaseLabelsOnASingleLine: true
|
|
|
|
AllowShortFunctionsOnASingleLine: true
|
|
|
|
AllowShortIfStatementsOnASingleLine: false
|
2018-04-23 10:15:21 +00:00
|
|
|
AllowShortLoopsOnASingleLine: false
|
2014-11-22 12:28:21 +00:00
|
|
|
AlwaysBreakBeforeMultilineStrings: false
|
|
|
|
AlwaysBreakTemplateDeclarations: false
|
2016-08-27 01:40:46 +00:00
|
|
|
ExperimentalAutoDetectBinPacking: true
|
2014-11-22 12:28:21 +00:00
|
|
|
BinPackArguments: true
|
|
|
|
BinPackParameters: true
|
2016-08-27 01:40:46 +00:00
|
|
|
BreakBeforeBinaryOperators: true
|
2014-11-22 12:28:21 +00:00
|
|
|
BreakBeforeBraces: Allman
|
2016-08-27 01:39:59 +00:00
|
|
|
BreakBeforeTernaryOperators: true
|
2014-11-22 12:28:21 +00:00
|
|
|
BreakConstructorInitializersBeforeComma: false
|
2018-04-21 06:04:33 +00:00
|
|
|
ColumnLimit: 150
|
2014-11-22 12:28:21 +00:00
|
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: false
|
|
|
|
ConstructorInitializerIndentWidth: 0
|
|
|
|
ContinuationIndentWidth: 0
|
|
|
|
Cpp11BracedListStyle: false
|
|
|
|
DerivePointerBinding: false
|
|
|
|
IndentCaseLabels: true
|
|
|
|
IndentFunctionDeclarationAfterType: true
|
|
|
|
IndentWidth: 4
|
|
|
|
KeepEmptyLinesAtTheStartOfBlocks: false
|
|
|
|
Language: Cpp
|
|
|
|
MaxEmptyLinesToKeep: 2
|
|
|
|
NamespaceIndentation: None
|
2016-08-27 01:39:59 +00:00
|
|
|
PointerAlignment: Right
|
2014-11-22 12:28:21 +00:00
|
|
|
PointerBindsToType: false
|
2016-08-27 01:39:59 +00:00
|
|
|
SpaceAfterCStyleCast: false
|
2014-11-22 12:28:21 +00:00
|
|
|
SpaceBeforeParens: ControlStatements
|
|
|
|
SpaceInEmptyParentheses: false
|
|
|
|
SpacesBeforeTrailingComments: 2
|
|
|
|
SpacesInAngles: false
|
|
|
|
SpacesInCStyleCastParentheses: false
|
|
|
|
SpacesInContainerLiterals: false
|
|
|
|
SpacesInParentheses: false
|
|
|
|
SpacesInSquareBrackets: false
|
2018-10-25 23:29:58 +00:00
|
|
|
Standard: Cpp11
|
2014-11-22 12:28:21 +00:00
|
|
|
TabWidth: 4
|
|
|
|
UseTab: Never
|