Allow splitting multi-line use
statements into separate single-line statements
#4620
Labels
use
statements into separate single-line statements
#4620
By default, rustfmt currently formats the following code
as
it would be nice to have an option to split these imports into multiple lines, with each line respecting the maximum line width:
The text was updated successfully, but these errors were encountered: