From 0a5be89b9ca1206b8aff2075ee33ac9ce926c472 Mon Sep 17 00:00:00 2001 From: Torin Carey Date: Mon, 18 Jul 2022 14:37:42 +0100 Subject: [PATCH] add gitattributes --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..2fad43c96 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +# go enforces lf line endings +*.go eol=lf + +# testdata should not be mangled by git +*.json binary