I'm using VSCode and I'm working on an external project - when I make the smallest change, the whole file gets modified in subtle ways, which makes a tonne of changes to the git stage that I have to revert - not only is this time consuming, but I run the risk of accidentally reverting my real changes.
I've spent 1.5 hours on this doing web searches, convos with ChatGPT, I've tried everything I've been given, and VSCode still insists on reformatting the file. I've made settings changes to my user settings.json, and my ./vscode/settings.json in the project folder, I've made setting changes related to OmniSharp, Razor, Roslyn... settings for formatting, whitespace changes, tabs/spaces formatting, newline normalising... nothing works. My files keep getting reformatted on saving in VSCode.