82980794a995ae0e25fa4e03228fa0ecf12bf734
Dedented tokens should only end an expression if they are actually the first
token on the line.
This to prevent code like this from going wrong:
x = (function(..) {
blah();
})(); // <-- indented same as start of expression
Description
Languages
JavaScript
99.5%
Makefile
0.3%
HTML
0.1%