Introduce end-of-line normalization

This commit is contained in:
Matt Gates 2017-07-23 09:27:32 -04:00
parent 4bab0508c5
commit 29af42c5c8
2 changed files with 10 additions and 8 deletions

2
.gitattributes vendored
View File

@ -15,6 +15,8 @@
## This will handle all files NOT defined below.
* text=auto
languages/* text eol=lf
## SOURCE CODE
*.bat text eol=crlf
*.coffee text