Browse Source
Merge pull request #571 from berk76/master
.gitattributes added
pull/581/head
Tim Kimber
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
6 additions and
0 deletions
-
.gitattributes
|
|
@ -0,0 +1,6 @@ |
|
|
|
|
|
# Handle line endings automatically for files detected as text |
|
|
|
|
|
# and leave all files detected as binary untouched. |
|
|
|
|
|
* text=auto |
|
|
|
|
|
|
|
|
|
|
|
# Make all text files lf formatted |
|
|
|
|
|
* text eol=lf |