We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5fce78 commit 7254a34Copy full SHA for 7254a34
.clang-format
@@ -7,7 +7,7 @@ AlignEscapedNewlines: Left
7
AlignTrailingComments: false
8
AllowAllParametersOfDeclarationOnNextLine: true
9
AllowShortCaseLabelsOnASingleLine: false
10
-AllowShortFunctionsOnASingleLine: All
+AllowShortFunctionsOnASingleLine: Empty
11
AllowShortIfStatementsOnASingleLine: false
12
AllowShortLoopsOnASingleLine: false
13
AlwaysBreakBeforeMultilineStrings: false
@@ -33,7 +33,7 @@ BreakBeforeBinaryOperators: All
33
BreakBeforeTernaryOperators: true
34
BreakConstructorInitializers: BeforeComma
35
BreakStringLiterals: true
36
-ColumnLimit: 0
+ColumnLimit: 120
37
CommentPragmas: "suppress"
38
CompactNamespaces: false
39
ConstructorInitializerAllOnOneLineOrOnePerLine: false
0 commit comments