We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f2733a + 42efde4 commit 4812340Copy full SHA for 4812340
.clang-format
@@ -153,13 +153,13 @@ KeepEmptyLinesAtTheStartOfBlocks: false
153
154
# Penalties
155
# This decides what order things should be done if a line is too long
156
-PenaltyBreakAssignment: 100
157
-PenaltyBreakBeforeFirstCallParameter: 100
158
-PenaltyBreakComment: 100
+PenaltyBreakAssignment: 10
+PenaltyBreakBeforeFirstCallParameter: 30
+PenaltyBreakComment: 10
159
PenaltyBreakFirstLessLess: 0
160
-PenaltyBreakString: 100
161
-PenaltyExcessCharacter: 5
162
-PenaltyReturnTypeOnItsOwnLine: 0
+PenaltyBreakString: 10
+PenaltyExcessCharacter: 100
+PenaltyReturnTypeOnItsOwnLine: 5
163
164
# Don't sort #include's
165
SortIncludes: false
0 commit comments