Is there a way to remove trailing spaces in Visual Studio Code (automatically or with a shortcut)?
I\'ve been looking for this in the command palette and in the edit
Have a look at the EditorConfig plugin.
By using the plugin you can have settings specific for various projects. Visual Studio Code also has IntelliSense built-in for .editorconfig files.