Add endofline normalisation for JavaScript files.
commit70afaa8321d53fa21511d1fedf3979a7e32b8626
authorTim Wienk <tim@wienk.name>
Tue, 16 Aug 2016 20:53:32 +0000 (16 22:53 +0200)
committerTim Wienk <tim@wienk.name>
Tue, 16 Aug 2016 20:53:32 +0000 (16 22:53 +0200)
tree57cbdb42e3c05abf1e3734e2670f2fb858036f29
parent1be4d62e912e8acc25ddccd5f8059a9cba0862ed
Add endofline normalisation for JavaScript files.

This should fix issues with ESLint and Grunt tasks on systems that use
line endings other than LF (i.e. Windows systems, using CRLF line
endings).

Closes #2769, #2770.
.gitattributes [new file with mode: 0644]
Gruntfile.js