From b25a504a481594f1e965d1a9c85198c973f7aca2 Mon Sep 17 00:00:00 2001 From: Mike Hill Date: Thu, 26 Dec 2019 19:21:41 -0600 Subject: [PATCH] (#17) Normalize repository line endings --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..113c04be --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Normalize repository line-endings to LF for cross-platform development +* text=auto eol=lf