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
I'd like to disable reformatting of my comments globally by-default because it tends to break things more often than not. To do this, rustfmt would need to support global configs. My suggestion is to read ~/.rustfmt.toml as global override and turn it off when rustfmt is passed a --no-user-config flag.