Open zolrath opened 1 year ago
It works fine for me, but there is some pecularities
If you select this code
| selection starts on this column
if (thereAreIndentations) {
return theyAreMisaligned;
}
return notIdeal;
it sees your code like this
So there is no indentation before if
but it is for other lines
Hm I only became aware of this when someone sent me a screenshot with severely misspaced braces and was able to reproduce. I'm selecting the entire line in the above examples.
Whe
With just a bare, unwrapped if statement at the root of the file we still end up with a single extra space for the closing
}
It seems to add extra spaces to the
}
for every level of indentation: