add (gitattributes) LF for txt files

This commit is contained in:
Alex Kit 2015-12-29 00:46:58 +01:00
parent 9cb74ab35a
commit acfb5af181
1 changed files with 1 additions and 0 deletions

1
.gitattributes vendored
View File

@ -1,3 +1,4 @@
# The build script and some tests use `\n` as markers, so we need to make sure
# that all javascript files are checked out using UNIX line endings (not `\r\n`)
*.js eol=lf
*.txt eol=lf