So normally to format my code now, I do alt-shift-f in Visual Studio to just run the code formatting over my current file.
Is there any way to setup the rules to be the same as what our linting expects, so that way instead of running a lint after hitting the shortcut ill know its just correct?
Its not a problem if not because the lint process is so easy, but if this is an option it could be a time saver.