Skip to content

Commit

Permalink
clang-format: prevent wrap around for comments
Browse files Browse the repository at this point in the history
  • Loading branch information
g-tejas committed Jul 23, 2024
1 parent 14dd329 commit 5b68ac0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ AccessModifierOffset: -4
AllowShortBlocksOnASingleLine: Never
AllowShortCaseLabelsOnASingleLine: true
AlwaysBreakTemplateDeclarations: Yes
ReflowComments: true
PenaltyBreakComment: 1000000000
ColumnLimit: 90
IndentWidth: 4
TabWidth: 4
Expand Down

0 comments on commit 5b68ac0

Please sign in to comment.