Skip to content

Commit

Permalink
[clang-format] Remove option ReflowComments: false to apply line limi…
Browse files Browse the repository at this point in the history
…ts to comments
  • Loading branch information
daschuer committed Oct 26, 2022
1 parent b059975 commit 5d4b5a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ ConstructorInitializerIndentWidth: 8
ContinuationIndentWidth: 8
IndentCaseLabels: false
DerivePointerAlignment: false
ReflowComments: false
SpaceAfterTemplateKeyword: false
SpacesBeforeTrailingComments: 1
# StatementMacros don't require a trailing semicolon.
Expand Down

0 comments on commit 5d4b5a2

Please sign in to comment.