Skip to content

Commit 7254a34

Browse files
chore: increse line width
Signed-off-by: saurabhraghuvanshii <saurabhsraghuvanshi@gmail.com>
1 parent e5fce78 commit 7254a34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.clang-format

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ AlignEscapedNewlines: Left
77
AlignTrailingComments: false
88
AllowAllParametersOfDeclarationOnNextLine: true
99
AllowShortCaseLabelsOnASingleLine: false
10-
AllowShortFunctionsOnASingleLine: All
10+
AllowShortFunctionsOnASingleLine: Empty
1111
AllowShortIfStatementsOnASingleLine: false
1212
AllowShortLoopsOnASingleLine: false
1313
AlwaysBreakBeforeMultilineStrings: false
@@ -33,7 +33,7 @@ BreakBeforeBinaryOperators: All
3333
BreakBeforeTernaryOperators: true
3434
BreakConstructorInitializers: BeforeComma
3535
BreakStringLiterals: true
36-
ColumnLimit: 0
36+
ColumnLimit: 120
3737
CommentPragmas: "suppress"
3838
CompactNamespaces: false
3939
ConstructorInitializerAllOnOneLineOrOnePerLine: false

0 commit comments

Comments
 (0)