From d57b70b871c458f0c2aab985e901230e5f57ffd7 Mon Sep 17 00:00:00 2001 From: Jesse Houwing Date: Tue, 23 Oct 2018 10:59:09 +0200 Subject: [PATCH] Enforced unix line endings (#9871) no issue --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..d83a66320f --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +# enforce unix style line endings +*.js text eol=lf +*.md text eol=lf +*.json text eol=lf +*.yml text eol=lf +*.hbs text eol=lf \ No newline at end of file