atom-underline-trailing-whitespace

An Atom package for providing a visual cue for trailing whitespace with a subtle underline.

MIT License

Stars
4

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:

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 <3 by John Otander(@4lpine).