Skip to content

Commit

Permalink
enable ReflowComments to also use ColumnLimit on comments
Browse files Browse the repository at this point in the history
  • Loading branch information
saikishor committed May 28, 2023
1 parent 590de4e commit ba9c0ba
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 @@ -10,6 +10,6 @@ ConstructorInitializerIndentWidth: 0
ContinuationIndentWidth: 2
DerivePointerAlignment: false
PointerAlignment: Middle
ReflowComments: false
ReflowComments: true
IncludeBlocks: Preserve
...

0 comments on commit ba9c0ba

Please sign in to comment.