From ae60fa95c05596bea00526740040e5420ec63db6 Mon Sep 17 00:00:00 2001 From: Jan Piotrowski Date: Wed, 19 Jun 2019 15:42:36 +0200 Subject: [PATCH] build: add .gitattributes to force LF (instead of possible CRLF on Windows) --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..07764a7 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text eol=lf \ No newline at end of file