Skip to content

Selecting bracket style in code actions #10383

Open
@arielf212

Description

@arielf212

Any code assist that generates some kind of function creates it with the standard rust (K&R) bracket style:

fn foo() {
    // Do stuff...
}

I would really like to change it to BSD style, as that is the style that my whole codebase uses:

fn foo()
{
   // Do stuff...
}

Does there exist a setting that I can change, or is this something that would need a codebase change?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions