Skip to content

Commit

Permalink
clang-format: limit columns to 80 chars
Browse files Browse the repository at this point in the history
Problem: the column limit of 88 chars is inconsistent with
current project practices.

Set the limit to 80 chars.
  • Loading branch information
garlick committed Nov 14, 2024
1 parent ad18ffe commit 87f921c
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 @@ -14,7 +14,7 @@ BinPackParameters : false
BinPackArguments : false
AllowAllParametersOfDeclarationOnNextLine : false
AlignTrailingComments : true
ColumnLimit : 88
ColumnLimit : 80

# do not put all arguments on one line unless it's the same line as the call
PenaltyBreakBeforeFirstCallParameter : 10000000
Expand Down

0 comments on commit 87f921c

Please sign in to comment.