From bb990bddc5cb82fd58200ec8f1845fef7addd270 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sat, 30 May 2020 14:00:13 +0300 Subject: [PATCH] Enforce LF. (#2717) On Windows with `autocrlf: true`, which is the default, we ended up with modified files. --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..205021e49 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Enforce Unix newlines +* text=auto eol=lf