Skip to content

Commit 122c329

Browse files
committed
CDRIVER-4385 raise ClangFormat column limit from 80 to 120
1 parent 83211f1 commit 122c329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.clang-format

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ BreakBeforeTernaryOperators: true
8686
BreakConstructorInitializers: BeforeColon
8787
BreakInheritanceList: BeforeColon
8888
BreakStringLiterals: true
89-
ColumnLimit: 80
89+
ColumnLimit: 120
9090
CommentPragmas: '^ IWYU pragma:'
9191
CompactNamespaces: false
9292
ConstructorInitializerIndentWidth: 4

0 commit comments

Comments
 (0)