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
@hughbe This might be a bit tricky, the WhitespaceFormatter formats all whitespace in one go including indentation, newlines before braces, spacing around punctuation and operators, etc...
It should be possible to run each of the rules separately (e.g. format document, end-of-line handling, end-of-file handling, and each analyzer/code fix pair), but it will not be possible to split format document into finer granularity.
E.g. we want to have separate commits for whitespace changes, brace changes and spacing changes
/cc @zsd4yr
The text was updated successfully, but these errors were encountered: