Added gitattributes to keep line endings clean

This commit is contained in:
Kolja Lampe 2016-08-19 22:46:31 +02:00
parent 81a6b7735b
commit 2a423e1c7e

9
.gitattributes vendored Normal file
View file

@ -0,0 +1,9 @@
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
# Set our files to use lf, so our prettify will always be happy
*.html text eol=lf
*.css text eol=lf
*.js text eol=lf
*.jsx text eol=lf
*.json text eol=lf