Skip to content

Have rustfmt group use statements #232

@brettcannon

Description

@brettcannon

many people prefer to format their use lines in three blocks: imports from the standard library, imports from external crates, and then imports from modules within the same project. rustfmt supports this via the option group_imports = StdExternalCrate

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions