Skip to content

Commit 6f71526

Browse files
committed
Template: Set 80 column limit in clang-format
1 parent 6de9334 commit 6f71526

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.clang-format

+3-3
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ BreakBeforeTernaryOperators: true
4646
BreakConstructorInitializers: BeforeComma
4747
BreakInheritanceList: BeforeComma
4848
BreakStringLiterals: true
49-
ColumnLimit: 120
50-
CommentPragmas: '^ Beta pragma:'
49+
ColumnLimit: 80
50+
CommentPragmas: '^ Tachyon pragma:'
5151
CompactNamespaces: false
5252
ConstructorInitializerAllOnOneLineOrOnePerLine: false
5353
ConstructorInitializerIndentWidth: 4
@@ -74,7 +74,7 @@ NamespaceIndentation: None
7474
PenaltyBreakAssignment: 2
7575
PenaltyBreakBeforeFirstCallParameter: 19
7676
PenaltyBreakComment: 300
77-
PenaltyBreakFirstLessLess: 120
77+
PenaltyBreakFirstLessLess: 80
7878
PenaltyBreakString: 1000
7979
PenaltyBreakTemplateDeclaration: 10
8080
PenaltyExcessCharacter: 1000000

0 commit comments

Comments
 (0)