simple-javascript-indenter
simple-javascript-indenter copied to clipboard
fix #9, operators start lines indent
foo()
.bar()
.bar()
if (a == b
&& c == d
|| d == e) {
}