From 06a67407dffce7763cb2b0c5f8df81ae5dd5c43d Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Fri, 30 Nov 2018 22:02:28 +0100 Subject: [PATCH] .gitattributes: declare expected line endings Signed-off-by: Johannes Schindelin --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..6c887b1 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +/.gitattributes eol=lf +*.js eol=lf