Add .gitattributes (#6993)
This commit is contained in:
parent
19d31bea03
commit
e78b3d8ac6
1 changed files with 5 additions and 0 deletions
5
.gitattributes
vendored
Normal file
5
.gitattributes
vendored
Normal 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
|
||||
Loading…
Add table
Reference in a new issue