From 907e2c1da16c2f69dc78c323021ba807fa1e012a Mon Sep 17 00:00:00 2001 From: Federico Grandi Date: Mon, 4 Jan 2021 14:15:31 +0100 Subject: [PATCH] chore: add gitattributes --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..bfb3f40 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +* text=auto eol=lf +lib/* linguist-generated