This only occurs when pressing enter at the end of a line with a closing brace and semicolon and only seems to be for "if" statements.
it's not functionally broken but I can't seem to disable this.
e.g.
var x = function () {
if (a) {
123455
} ; //<-------------- odd spacing
};
it's not functionally broken but I can't seem to disable this.
e.g.
var x = function () {
if (a) {
123455
} ; //<-------------- odd spacing
};