Enforce Unix line endings on JS files.

Sidestep finnicky line-ending behaviors on OS X and NPM registry.
This commit is contained in:
devlinjd 2015-10-09 05:05:17 -04:00
parent 9de7601a2a
commit f4dd72683b
1 changed files with 2 additions and 3 deletions

5
.gitattributes vendored
View File

@ -1,8 +1,7 @@
# Auto detect text files and perform LF normalization
* text=auto
# Custom for Visual Studio
*.cs diff=csharp
*.js text eol=lf
*.json text eol=lf
# Standard to msysgit
*.doc diff=astextplain