Remove trailing spaces automatically or with a shortcut

后端 未结 7 1330
-上瘾入骨i
-上瘾入骨i 2020-12-07 07:12

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

7条回答
  •  天命终不由人
    2020-12-07 07:38

    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.

提交回复
热议问题