sublime-highlight-trailing-whitespace
sublime-highlight-trailing-whitespace copied to clipboard
Sublime Text - Highlight trailing whitespace
trafficstars
Highlight Trailing Whitespace
This plugin will highlight any trailing whitespace.
Options
Users can override the options in Packages/User/HighlightTrailingWhitespace.sublime-settings.
This file can be opened either through the menus (Preferences > Package Settings > Highlight Trailing Whitespace > Settings) or through the command palette (Ctrl+Shift+P) and enter Preferences: Highlight Trailing Whitespace settings.
Installation
Using the package manager
- Install the Sublime Text Package Control plugin if you haven't already.
- Preferences > Package Control
- Open up the command palette (Ctrl+Shift+P) and enter
Package Control: Install Package - Search for
Highlight Trailing Whitespaceand hit Enter to install.
Manual installation with Git
- Click the
Preferences > Browse Packagesmenu. - Open up a terminal and execute the following:
git clone https://github.com/p3lim/sublime-highlight-trailing-whitespace Highlight\ Trailing\ Whitespace
- Restart Sublime Text.