1+ ---
2+ Language : Cpp
3+ AccessModifierOffset : -4
4+ AlignAfterOpenBracket : Align
5+ AlignConsecutiveAssignments : true
6+ AlignConsecutiveDeclarations : true
7+ AlignConsecutiveMacros : true
8+ AlignEscapedNewlines : Left
9+ AlignOperands : true
10+ AlignTrailingComments : true
11+ AllowAllParametersOfDeclarationOnNextLine : true
12+ AllowShortBlocksOnASingleLine : Empty
13+ AllowShortCaseLabelsOnASingleLine : false
14+ AllowShortFunctionsOnASingleLine : Empty
15+ AllowShortIfStatementsOnASingleLine : false
16+ AllowShortLoopsOnASingleLine : false
17+ AlwaysBreakAfterReturnType : None
18+ AlwaysBreakBeforeMultilineStrings : false
19+ BinPackArguments : true
20+ BinPackParameters : true
21+ BreakBeforeBinaryOperators : None
22+ BreakBeforeBraces : Allman
23+ BreakBeforeTernaryOperators : true
24+ BreakStringLiterals : true
25+ ColumnLimit : 120
26+ CommentPragmas : ' '
27+ ContinuationIndentWidth : 4
28+ Cpp11BracedListStyle : true
29+ DerivePointerAlignment : false
30+ DisableFormat : false
31+ ExperimentalAutoDetectBinPacking : false
32+ ForEachMacros : []
33+ IncludeBlocks : Preserve
34+ IncludeCategories : []
35+ IncludeIsMainRegex : ' $'
36+ IndentCaseLabels : true
37+ IndentPPDirectives : None
38+ IndentWidth : 4
39+ KeepEmptyLinesAtTheStartOfBlocks : true
40+ MacroBlockBegin : ' '
41+ MacroBlockEnd : ' '
42+ MaxEmptyLinesToKeep : 1
43+ PenaltyBreakAssignment : 2
44+ PenaltyBreakBeforeFirstCallParameter : 19
45+ PenaltyBreakComment : 300
46+ PenaltyBreakFirstLessLess : 120
47+ PenaltyBreakString : 1000
48+ PenaltyExcessCharacter : 1000000
49+ PenaltyReturnTypeOnItsOwnLine : 60
50+ PointerAlignment : Right
51+ ReflowComments : true
52+ SortIncludes : false
53+ SpaceAfterCStyleCast : false
54+ SpaceBeforeAssignmentOperators : true
55+ SpaceBeforeParens : ControlStatements
56+ SpaceInEmptyParentheses : false
57+ SpaceBeforeCpp11BracedList : true
58+ SpacesBeforeTrailingComments : 1
59+ SpacesInCStyleCastParentheses : false
60+ SpacesInParentheses : false
61+ SpacesInSquareBrackets : false
62+ Standard : c++11
63+ TabWidth : 8
64+ UseTab : Never
0 commit comments