Skip to content

Please add option to choose bracket styles #12

@alpha951

Description

@alpha951

I want my code to be formatted in this way

   void addNum(int value) {
        
    }

rather than like this which is currently happens with leetcode formatter

   void addNum(int value)
    {
        cout << "brackets in seperate line from the function name"<<endl;
    }

kindly provide this config, in VS code there is an option to do so.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions