From fcef33ad1f8159cce96dff477c702b07ad4ee22e Mon Sep 17 00:00:00 2001 From: Dan Ribbens Date: Thu, 6 Aug 2020 08:49:40 -0400 Subject: [PATCH] add .gitattributes --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..5a0d5e480 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Auto detect text files and perform LF normalization +* text=auto eol=lf