How can I stop Visual Studio 2017 from all JavaScript formatting? Under Options/JavaScript/TypeScript I have turned off every language formatting option (e..g, Format completed line on ...); I turned off ESLint; I turned off the Language Service.
Still, on carriage returns, on paste, and on statement completion, VS re-formats blocks of my code.
Please note that this question has not solved the problem, so I am looking for other ideas.
Is there a way to turn this off completely?
Thanks!