simple-javascript-indenter icon indicating copy to clipboard operation
simple-javascript-indenter copied to clipboard

fix #9, operators start lines indent

Open guileen opened this issue 13 years ago • 0 comments

foo()
  .bar()
  .bar()

if (a == b
  && c == d
  || d == e) {
}

guileen avatar Apr 06 '12 17:04 guileen