mirror of https://github.com/Wilfred/difftastic/
Issue OUTDENT with extra spaces before brackets
Problem
-------
```scala
{ x =>
if (a) b.c }
```
is not parsed because OUTDENT token is not emitted in a presense of
space characters before the closing bracket
Solution
-------
Reorder space-handling and outdent-ing logic in external scanner
text_sliders
parent
3573bf75fe
commit
16974b4535
Loading…
Reference in New Issue