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
So far we have deliberately restricted `pasfmt` to changing the whitespace between tokens, leaving the 'contents' of the tokens exactly as they were. The limitation was deliberately imposed for safety reasons.
There are many potential formatting rules that we want that require mutating the contents of a token, and with the confidence gained from releases v0.4.0 and v0.5.0 I'd say we're ready to start rewriting some tokens in some cases.