In every file in Visual Studio code is causing a new line at the end, this happens when the file is saved (autosaved) or formatted
Is there a way to turn this feature off, so it doesn't keep creating the final new line..
I've already tried
"files.insertFinalNewline": false,
"files.trimFinalNewlines": false,
Neither of these work, any ideas how to turn this off?