Skip to content

[Feature Request] Attempt to format brace macros as Block #3445

Closed
@nhynes

Description

@nhynes

For instance,

wrapper! {
use std::  collections::HashMap;
pub fn the (a: sdf )
{
    ( )
}
}

Removing this conditional in rewrite_macro_inner gets most of the way there, but leaves things like Use statements unformatted:

wrapper! {
    use std::  collections::HashMap;
    pub fn the(a: sdf) {
        ()
    }
}

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