Browse Source

.gitattributes added

pull/571/head
Jaroslav Beran 6 years ago
parent
commit
48298c86da
No known key found for this signature in database GPG Key ID: 1E7973E51B2817F9
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