Skip to content

allow spaces before/after braces for imports #3714

Open
@Luro02

Description

@Luro02

I personally really like to write imports like this

use std::io::{ Read, Write, Seek };

instead of

use std::io::{Read, Write, Seek};

so I'd really like to have an option to format imports like this with rustfmt :)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions