Closed drkameleon closed 8 years ago
Preserve (or add) spaces...
Example:
if (a && b) { }
Output:
if a && b { }
Fixed as of the upcoming 2.4.
Preserve (or add) spaces...
Example:
Output: