From e78b3d8ac6c4768d7311561fe3c946ba311225c7 Mon Sep 17 00:00:00 2001 From: Michael Kohl Date: Thu, 2 Apr 2020 06:14:36 +0700 Subject: [PATCH] Add .gitattributes (#6993) --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes 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