Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-02T18:21:12.000Z (almost 8 years ago)
- Last Synced: 2024-11-01T19:02:51.268Z (3 months ago)
- Language: CSS
- Size: 14.6 KB
- Stars: 4
- Watchers: 3
- 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.![underline-trailing-whitespace](https://cloud.githubusercontent.com/assets/1424573/5618239/3a1825c0-94d4-11e4-95d5-85175d5191dd.png)
## 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 RequestCrafted with <3 by [John Otander](http://johnotander.com)([@4lpine](https://twitter.com/4lpine)).