1+ ---
2+ Language : Cpp
3+ AccessModifierOffset : -4
4+ AlignAfterOpenBracket : Align
5+ AlignConsecutiveAssignments : true
6+ AlignConsecutiveDeclarations : true
7+ AlignEscapedNewlinesLeft : false
8+ AlignOperands : false
9+ AlignTrailingComments : true
10+ AllowAllParametersOfDeclarationOnNextLine : true
11+ AllowShortBlocksOnASingleLine : false
12+ AllowShortCaseLabelsOnASingleLine : false
13+ AllowShortFunctionsOnASingleLine : Inline
14+ AllowShortIfStatementsOnASingleLine : false
15+ AllowShortLoopsOnASingleLine : false
16+ AlwaysBreakAfterDefinitionReturnType : false
17+ AlwaysBreakBeforeMultilineStrings : false
18+ AlwaysBreakTemplateDeclarations : true
19+ BinPackArguments : true
20+ BinPackParameters : true
21+ BraceWrapping :
22+ BeforeElse : true
23+ BreakBeforeBinaryOperators : All
24+ BreakBeforeBraces : Allman
25+ BreakBeforeTernaryOperators : true
26+ BreakConstructorInitializersBeforeComma : true
27+ ColumnLimit : 120
28+ ConstructorInitializerAllOnOneLineOrOnePerLine : false
29+ ConstructorInitializerIndentWidth : 4
30+ ContinuationIndentWidth : 4
31+ Cpp11BracedListStyle : true
32+ DerivePointerAlignment : false
33+ DisableFormat : false
34+ ExperimentalAutoDetectBinPacking : false
35+ ForEachMacros : [ foreach, Q_FOREACH, BOOST_FOREACH ]
36+ IndentCaseLabels : true
37+ IndentWidth : 4
38+ IndentWrappedFunctionNames : false
39+ KeepEmptyLinesAtTheStartOfBlocks : true
40+ MacroBlockBegin : ' '
41+ MacroBlockEnd : ' '
42+ MaxEmptyLinesToKeep : 1
43+ NamespaceIndentation : Inner
44+ ObjCBlockIndentWidth : 4
45+ ObjCSpaceAfterProperty : true
46+ ObjCSpaceBeforeProtocolList : true
47+ PenaltyBreakBeforeFirstCallParameter : 19
48+ PenaltyBreakComment : 300
49+ PenaltyBreakFirstLessLess : 120
50+ PenaltyBreakString : 1000
51+ PenaltyExcessCharacter : 1000000
52+ PenaltyReturnTypeOnItsOwnLine : 60
53+ PointerAlignment : Middle
54+ SortIncludes : CaseInsensitive
55+ SortUsingDeclarations : true
56+ SpaceAfterCStyleCast : false
57+ SpaceAfterTemplateKeyword : false
58+ SpaceBeforeAssignmentOperators : true
59+ SpaceBeforeParens : false
60+ SpaceInEmptyParentheses : false
61+ SpacesBeforeTrailingComments : 1
62+ SpacesInAngles : false
63+ SpacesInContainerLiterals : true
64+ SpacesInCStyleCastParentheses : false
65+ SpacesInParentheses : true
66+ SpacesInSquareBrackets : false
67+ Standard : Cpp11
68+ TabWidth : 4
69+ UseTab : Never
0 commit comments