How to set up a customized visual studio to put a space after javascript?
Currently, when I press the return key, I get this
var myfunc = function() { .... };
When i want this
var myfunc = function () { .... };
Know its setup somewhere, but cannot find it - it will help with my JSlinting!
source share