You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I change ColumnLimit from 0 to 120, it results in changes like the following.
This is kind of gross looking and I'd like to avoid it, while still enforcing changes when the code is longer than the limit.
In fact, I'd like the rule for things like this to be more like standard python rules. If everything isn't on one line, then I would like only 1 item per line.
When I change
ColumnLimit
from 0 to 120, it results in changes like the following.This is kind of gross looking and I'd like to avoid it, while still enforcing changes when the code is longer than the limit.
In fact, I'd like the rule for things like this to be more like standard python rules. If everything isn't on one line, then I would like only 1 item per line.
I've read through the available options (https://clang.llvm.org/docs/ClangFormatStyleOptions.html) a ton of times, but I'm not seeing anything to affect this behavior. Perhaps I've missed something.
The text was updated successfully, but these errors were encountered: