Closed
Description
Summary
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)
Metadata
Metadata
Assignees
Labels
No labels