clang-format: break added to macro define with ColumnLimit: 0 #49164
Labels
bug
Indicates an unexpected problem or unintended behavior
bugzilla
Issues migrated from bugzilla
clang-format
Extended Description
Formatting following code with 'ColumnLimit: 0'
Results in:
No break should be added as the column limit is 0 (unlimited).
If the column limit is set to e.g. 120, the break is not added.
The text was updated successfully, but these errors were encountered: