jscs-dev / node-jscs

:arrow_heading_up: JavaScript Code Style checker (unmaintained)
https://jscs-dev.github.io
MIT License
4.96k stars 510 forks source link

Enforce LF in gitattributes and editorconfig #1966

Closed ficristo closed 9 years ago

ficristo commented 9 years ago

After a fresh clone I had problem with the line breaks on my Windows PC. Since they are already enforced as LF in the .jscsrc file I enforced them even in gitattributes and editorconfig.

markelog commented 9 years ago

Good one! Thanks