TrailingSpaces
TrailingSpaces copied to clipboard
Highlight trailing spaces and delete them in a flash.
## Description * According to your [instruction](https://github.com/SublimeText/TrailingSpaces?tab=readme-ov-file#changing-the-highlighting-color), I should be able to change the highlighting color through the `"highlight_color"` config. * However, setting it to any value failed to work....
I can't display trailing spaces in a Markdown file. Here are my prefs: ```json { "keys": ["ctrl+shift+."], "command": "delete_trailing_spaces", "scope_ignore": ["text.find-in-files", "source.build_output", "source.diff"], "highlight_color": "", } ``` Whenever I reset...
So if I'm on a line of code and I move to another line the trailing spaces are automatically deleted from last line I was on. ### Pros: 1. When...
Lots of build output has trailing spaces in it, especially tools (like unit test frameworks) which generate output incrementally. I think build result windows should have trailing space highlighting disabled...
Unhilight any trailing space on current line(s) when editing them. This is a compromise between the possible modes of include_current_line setting. Might be a bit hacky with global dicts saving...
I'm not sure if this is an issue with TrailingSpaces or ST3, but it's only happened with this bundle so I'm posting here. For some reason, my settings keep being...
I'd love to remove all trailing spaces for a folder, possibly by just right clicking on the folder itself. Is that possible?
My current user settings are: ``` { "trailing_spaces_trim_on_save": true, "trailing_spaces_include_current_line" : false } ``` I _believe_ that this means that my current line should not be trimmed when I hit...
Using `trim_trailing_white_space_on_save:true` will invalidate the `redo` action (CTRL + Y) after saving. Reported [here](https://forum.sublimetext.com/t/bug-trim-trailing-white-space-on-save-removes-redo-history/12270) and [here](https://sublimetext.userecho.com/topic/91724-trimming-white-spaces-can-make-lose-undo-history/). Can cause some people to lose big amount of code when doing multiple `ctrl+z`.