kraken-build / kraken

The Kraken build system.
https://kraken-build.github.io/kraken/
28 stars 12 forks source link

Trim trailing whitespace for gitignore tokens from gitignore.io #81

Open NiklasRosenstein opened 1 year ago

NiklasRosenstein commented 1 year ago

Sometimes you may end up with this diff after running krakenw apply because you manually added an entry to .gitignore and your editor stripped trailing whitespace on lines in the file.

image
tomkarw commented 6 months ago

Me and some others are hitting this issue quite often. Lemme work on that.