From 18a2b4770165159dd96100a3b8c886635fd9cebe Mon Sep 17 00:00:00 2001 From: Christian Murphy Date: Sat, 7 Aug 2021 08:27:50 -0700 Subject: [PATCH] chore: add git attributes resolves GH-63 --- .gitattributes | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..d20440a --- /dev/null +++ b/.gitattributes @@ -0,0 +1,10 @@ +# Set line endings for known text files +*.css text eol=lf +*.java text eol=lf +*.js text eol=lf +*.json text eol=lf +*.properties text eol=lf +*.md text eol=lf +*.txt text eol=lf +*.xml text eol=lf +*.yml text eol=lf