Skip to content

Commit c5f88d3

Browse files
committed
Make .clang-format consistent
1 parent 2d4db2d commit c5f88d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.clang-format

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ AllowShortFunctionsOnASingleLine: All
1717
AllowShortIfStatementsOnASingleLine: true
1818
AllowShortLoopsOnASingleLine: false
1919
# This is deprecated
20-
AlwaysBreakAfterDefinitionReturnType: All
20+
AlwaysBreakAfterDefinitionReturnType: None
2121
AlwaysBreakAfterReturnType: None
2222
AlwaysBreakBeforeMultilineStrings: true
2323
AlwaysBreakTemplateDeclarations: Yes
@@ -41,7 +41,7 @@ BraceWrapping:
4141
SplitEmptyRecord: false
4242
SplitEmptyNamespace: false
4343
BreakBeforeBinaryOperators: None
44-
BreakBeforeBraces: Attach
44+
BreakBeforeBraces: WebKit
4545
BreakBeforeInheritanceComma: false
4646
BreakInheritanceList: BeforeColon
4747
BreakBeforeTernaryOperators: true
@@ -128,7 +128,7 @@ RawStringFormats:
128128
CanonicalDelimiter: ''
129129
BasedOnStyle: google
130130
# Enabling comment reflow causes doxygen comments to be messed up in their formats!
131-
ReflowComments: false
131+
ReflowComments: true
132132
SortIncludes: true
133133
SortUsingDeclarations: true
134134
SpaceAfterCStyleCast: false

0 commit comments

Comments
 (0)