1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2024-11-05 09:56:22 +00:00

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

5
.gitattributes vendored
View File

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