mirror of
https://github.com/jashkenas/backbone.git
synced 2026-04-30 03:00:06 -04:00
Adding .gitattributes to force Unix line feeds (#4036)
This commit is contained in:
committed by
Adam Krebs
parent
db9654ff5b
commit
1bb06dba06
6
.gitattributes
vendored
Normal file
6
.gitattributes
vendored
Normal 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
|
||||
Reference in New Issue
Block a user