Browse Source

Merge pull request #571 from berk76/master

.gitattributes added
pull/581/head
Tim Kimber 6 years ago
committed by GitHub
parent
commit
5786cb4163
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      .gitattributes

+ 6
- 0
.gitattributes View File

@ -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

Loading…
Cancel
Save