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:
parent
9de7601a2a
commit
f4dd72683b
5
.gitattributes
vendored
5
.gitattributes
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user