Skip to content

Intendation on object methods #23

@fedemp

Description

@fedemp

Not sure if this is a feature but if it is, I would love to be able to customize it.

Code inside functions is indented according to where the first letter of function is. This leads to a not constant indentation that depends on methods name.

var a = {
    b: function(){
           return;
       },
    hello: function(){
               return;
           }
}

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