We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d48927 commit 25380efCopy full SHA for 25380ef
.clang-format
@@ -50,15 +50,15 @@ BreakConstructorInitializersBeforeComma: false
50
BreakConstructorInitializers: BeforeColon
51
BreakAfterJavaFieldAnnotations: false
52
BreakStringLiterals: true
53
-ColumnLimit: 80
+ColumnLimit: 120
54
CommentPragmas: '^ IWYU pragma:'
55
CompactNamespaces: false
56
ConstructorInitializerAllOnOneLineOrOnePerLine: true
57
ConstructorInitializerIndentWidth: 4
58
ContinuationIndentWidth: 4
59
Cpp11BracedListStyle: true
60
DeriveLineEnding: true
61
-DerivePointerAlignment: true
+DerivePointerAlignment: false
62
DisableFormat: false
63
ExperimentalAutoDetectBinPacking: false
64
FixNamespaceComments: true
0 commit comments