Closed drwestco closed 3 years ago
the object whitespace is probably a matter of taste, but the indentation is definitely a bug. Will investigate
Yeah, the object whitespace is understandable. It's an artifact of a single-line object declaration with space between braces and object properties. In the case of no properties, having two spaces inside is a little odd.
Fixed in 1.13.7
NUglifyApp, v1.13.6.
Input:
NUglifyApp -pretty:
Note two unnecessary spaces inside the object literal assignment. Note indentation level lost after the object literal assignment.