Skip to content

Commit

Permalink
chore(clang-format): update column limit
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Oct 13, 2024
1 parent e085eed commit 9e4f288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ BreakConstructorInitializersBeforeComma: false
BreakConstructorInitializers: BeforeColon
BreakAfterJavaFieldAnnotations: false
BreakStringLiterals: true
ColumnLimit: 120
ColumnLimit: 130
CompactNamespaces: false
ConstructorInitializerAllOnOneLineOrOnePerLine: false
ConstructorInitializerIndentWidth: 4
Expand Down

0 comments on commit 9e4f288

Please sign in to comment.