Skip to content

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

License

Notifications You must be signed in to change notification settings

johno/atom-underline-trailing-whitespace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages