File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ AllowShortFunctionsOnASingleLine: All
17
17
AllowShortIfStatementsOnASingleLine : true
18
18
AllowShortLoopsOnASingleLine : false
19
19
# This is deprecated
20
- AlwaysBreakAfterDefinitionReturnType : All
20
+ AlwaysBreakAfterDefinitionReturnType : None
21
21
AlwaysBreakAfterReturnType : None
22
22
AlwaysBreakBeforeMultilineStrings : true
23
23
AlwaysBreakTemplateDeclarations : Yes
@@ -41,7 +41,7 @@ BraceWrapping:
41
41
SplitEmptyRecord : false
42
42
SplitEmptyNamespace : false
43
43
BreakBeforeBinaryOperators : None
44
- BreakBeforeBraces : Attach
44
+ BreakBeforeBraces : WebKit
45
45
BreakBeforeInheritanceComma : false
46
46
BreakInheritanceList : BeforeColon
47
47
BreakBeforeTernaryOperators : true
@@ -128,7 +128,7 @@ RawStringFormats:
128
128
CanonicalDelimiter : ' '
129
129
BasedOnStyle : google
130
130
# Enabling comment reflow causes doxygen comments to be messed up in their formats!
131
- ReflowComments : false
131
+ ReflowComments : true
132
132
SortIncludes : true
133
133
SortUsingDeclarations : true
134
134
SpaceAfterCStyleCast : false
You can’t perform that action at this time.
0 commit comments