Adding .gitattributes to force Unix line feeds (#4036)

This commit is contained in:
Kevin Partington
2016-06-09 14:28:35 -05:00
committed by Adam Krebs
parent db9654ff5b
commit 1bb06dba06

6
.gitattributes vendored Normal file
View File

@@ -0,0 +1,6 @@
# Ensure autocrlf happens for text files
* text=auto
# JavaScript files must use Unix line endings to comply with tooling
*.js eol=lf