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
Change the default behavior of rustfmt to not to format sub-modules of the given files by default. The behavior of cargo fmt will not change with this proposal.
Steps
Change the default behavior of rustfmt to not to format sub-modules
Deprecate --skip-children (as it will the default)
Add -r,--recursive command line option, when if present, rustfmt will format the given files and their sub-modules (the current default)
rchaser53, otavio, scampi, jsgf, Timmmm and 1 more