Disallows newline before line comments
Type: Boolean
Boolean
Value: true
true
"disallowPaddingNewLinesBeforeLineComments": true
var a = 2; // comment return a;
var a = 2; //comment return a;