Skip to content

Commit

Permalink
Set max column to 100
Browse files Browse the repository at this point in the history
  • Loading branch information
ryukinix committed Dec 20, 2024
1 parent ef1a573 commit 9812551
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 @@ -203,7 +203,7 @@ BreakConstructorInitializersBeforeComma: false
# ColumnLimit (unsigned)
# The column limit.
# A column limit of 0 means that there is no column limit. In this case, clang-format will respect the input’s line breaking decisions within statements unless they contradict other rules.
ColumnLimit: 80
ColumnLimit: 100

# CommentPragmas (std::string)
# A regular expression that describes comments with special meaning, which should not be split into lines or otherwise changed.
Expand Down

0 comments on commit 9812551

Please sign in to comment.