Skip to content

. + started lines indent #9

@guileen

Description

@guileen
foo.bar()
  .bar()
  .bar();

var foo = 'bar'
  + 'bar'
  + 'bar'

it will be very nice if goto

 function(){                                                                                         
   var a = foo.bar()                                                                                 
              .bar()                                                                                 
              .bar()                                                                                 
              .bar();                                                                                

   var b = 'bar'                                                                                     
         + 'bar'                                                                                     
         + 'bar'                                                                                     
  }   

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