https://github.com/johno/atom-underline-trailing-whitespace
An Atom package for providing a visual cue for trailing whitespace with a subtle underline.
https://github.com/johno/atom-underline-trailing-whitespace
Last synced: 5 months ago
JSON representation
An Atom package for providing a visual cue for trailing whitespace with a subtle underline.
- Host: GitHub
- URL: https://github.com/johno/atom-underline-trailing-whitespace
- Owner: johno
- License: mit
- Created: 2015-01-05T19:14:21.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-03-02T18:21:12.000Z (over 9 years ago)
- Last Synced: 2025-06-19T19:05:42.484Z (about 1 year ago)
- Language: CSS
- Size: 14.6 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# atom-underline-trailing-whitespace
An Atom package for providing a visual cue for trailing whitespace with a subtle underline. This
package also ignores the current cursor line.

## Installation
```
apm install underline-trailing-whitespace
```
## Customization
You can change the underline color with the following:
```less
atom-text-editor,
atom-text-editor::shadow {
.trailing-whitespace {
border-bottom-color: @my-new-color;
}
}
```
## License
MIT
## Contributing
1. Fork it
4. Create your feature branch (`git checkout -b my-new-feature`)
5. Commit your changes (`git commit -am 'Add some feature'`)
6. Push to the branch (`git push origin my-new-feature`)
7. Create new Pull Request
Crafted with <3 by [John Otander](http://johnotander.com)([@4lpine](https://twitter.com/4lpine)).