Add .gitattributes (#6993)

This commit is contained in:
Michael Kohl 2020-04-02 06:14:36 +07:00 committed by GitHub
parent 19d31bea03
commit e78b3d8ac6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

5
.gitattributes vendored Normal file
View file

@ -0,0 +1,5 @@
# Declare SVG files to have LF endings on checkout
# On Windows, the default git setting for `core.autocrlf`
# means that when checking out code, LF endings get converted
# to CRLF.
*.svg text eol=lf