Skip to content

in let statments, in indent from the lhs not the rhs #1018

Closed
@nrc

Description

@nrc

Probably with an option, but this could make the rightward drift better,

e.g.,

// desirable
let a_long_name = match ... {
    a => ...,  
};

// undesirable
let a_long_name = match ... {
                          a => ...,  
                      };

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