vscode-sublime-keybindings
vscode-sublime-keybindings copied to clipboard
Moving a line using ctrl+shift+arrow(sublime shortcut) creates trailing spaces
Before:
I have tried moving line 1 to if block, using ctrl + shit + downArrow
After:
Trailing spaces were not present initially at line 3. After this move, they were added. This is very annoying. Every time I move lines using this, I have to remove all the trailing spaces created by it
@rarajks , this is caused by auto formatting, a feature I still don't know how to configure.
In my case, I set the editor to clean up all trailing spaces on file save.
//CC @rebornix fyi