@@ -57,18 +57,21 @@ ConstructorInitializerAllOnOneLineOrOnePerLine: true
57
57
ConstructorInitializerIndentWidth : 4
58
58
ContinuationIndentWidth : 4
59
59
Cpp11BracedListStyle : true
60
+ DeriveLineEnding : true
60
61
DerivePointerAlignment : true
61
62
DisableFormat : false
62
63
ExperimentalAutoDetectBinPacking : false
63
64
FixNamespaceComments : true
64
65
ForEachMacros :
65
66
- Q_FOREACH_THIS_LIST_MUST_BE_NON_EMPTY
66
67
IncludeBlocks : Preserve
68
+ IndentCaseBlocks : false
67
69
IndentCaseLabels : true
68
70
IndentGotoLabels : true
69
71
IndentPPDirectives : None
70
72
IndentWidth : 2
71
73
IndentWrappedFunctionNames : false
74
+ # InsertTrailingCommas: None
72
75
# JavaScriptQuotes: Leave
73
76
# JavaScriptWrapImports: true
74
77
KeepEmptyLinesAtTheStartOfBlocks : false
@@ -78,6 +81,7 @@ MaxEmptyLinesToKeep: 1
78
81
NamespaceIndentation : None
79
82
# ObjCBinPackProtocolList: Never
80
83
# ObjCBlockIndentWidth: 2
84
+ # ObjCBreakBeforeNestedBlockParam: true
81
85
# ObjCSpaceAfterProperty: false
82
86
# ObjCSpaceBeforeProtocolList: true
83
87
PenaltyBreakAssignment : 2
@@ -101,15 +105,18 @@ SpaceBeforeCtorInitializerColon: true
101
105
SpaceBeforeInheritanceColon : true
102
106
SpaceBeforeParens : ControlStatements
103
107
SpaceBeforeRangeBasedForLoopColon : true
108
+ SpaceBeforeSquareBrackets : false
104
109
SpaceInEmptyBlock : false
105
110
SpaceInEmptyParentheses : false
106
111
SpacesBeforeTrailingComments : 2
107
112
SpacesInAngles : false
113
+ SpacesInConditionalStatement : false
108
114
SpacesInContainerLiterals : true
109
115
SpacesInCStyleCastParentheses : false
110
116
SpacesInParentheses : false
111
117
SpacesInSquareBrackets : false
112
118
Standard : Auto
113
119
TabWidth : 100 # 8
120
+ UseCRLF : false
114
121
UseTab : Never
115
122
...
0 commit comments