underline-trailing-whitespace

A visual cue for trailing whitespace with a subtle underline

John Otander

3,020

13

1.4.2

MIT

GitHub

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

Installation

apm install underline-trailing-whitespace

Customization

You can change the underline color with the following:

atom-text-editor,
atom-text-editor::shadow  {

  .trailing-whitespace {
    border-bottom-color: @my-new-color;
  }
}

License

MIT

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Crafted with ❤️ by John Otander(@4lpine).