Skip to content

Single line functions #548

Open
Open
@HuskyNator

Description

@HuskyNator

Requested enhancement to add the option of keeping single-line functions on one line. This is a feature in many other formatting tools & can improve readability when many tiny functions are included.

Current:

int returnTwo(){
   return 2;
}

Becomes:

int returnTwo(){ return 2; }

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