An Atom package for providing a visual cue for trailing whitespace with a subtle underline. This package also ignores the current cursor line.
apm install underline-trailing-whitespace
You can change the underline color with the following:
atom-text-editor,atom-text-editor::shadow {.trailing-whitespace {border-bottom-color: @my-new-color;}}
MIT
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)Crafted with <3 by John Otander(@4lpine).
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.