bronson / vim-trailing-whitespace

Highlights trailing whitespace in red and provides :FixWhitespace to fix it.
453 stars 62 forks source link

What is the license of this project #19

Closed eclipseo closed 4 years ago

eclipseo commented 4 years ago

Under what license is this project distributed? It would help distro integration to know.

Thank you.

bronson commented 4 years ago

Good question. I wrote it based on https://vim.fandom.com/wiki/Highlight_unwanted_spaces, which is cc-by-sa. To keep things easy, this one should probably be cc-by-sa too.