Closed kevinresol closed 8 years ago
If this works; thank you! This issue has been driving me crazy! Didn't know it was related to atom-haxe
though. :+1:
Thanks! I will try to work with the fix and see how it goes :)
I tried to make it smart enough to decrease the indent only when the last line is not an inline case. But failed :stuck_out_tongue:
It is causing unwanted indent decrease for "inline cases" (i.e.
case cond: expr;
in the same line)