I’m referring especially to the indentation and the stripping of trailing semicolons, which I find a bit annoying tbh, but I wonder how to disable any of the automatic formatting settings in vscode? I have looked through the settings but couldn’t find anything obviously standing out.
For others stumbling here who didn’t find this in the docs: if you want to fully disable auto formatting with VS Code:
- go to VS Code settings
- in the search bar type ‘format’
- under ‘Text Editor’, click ‘Formatting’
- untoggle ‘Editor: Format on Save’
hth