From e5f6c48d4c557d87c53e22eff5de6dd7ebda43d4 Mon Sep 17 00:00:00 2001 From: Liam Newman Date: Tue, 30 Nov 2021 11:26:47 -0800 Subject: [PATCH] Add line end normalization --- .gitattributes | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..b8b229ec --- /dev/null +++ b/.gitattributes @@ -0,0 +1,7 @@ +*.java text eol=lf +*.py text eol=lf +*.js text eol=lf +*.json text eol=lf +*.svg text eol=lf +*.css text eol=lf +*.mustache text eol=lf \ No newline at end of file