diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..421adefa8 --- /dev/null +++ b/.gitattributes @@ -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