From 13ee1ce2802274bae1d5a015d59de5b80df06487 Mon Sep 17 00:00:00 2001 From: iFaxity Date: Tue, 23 Jun 2020 13:13:15 +0200 Subject: [PATCH] fixed deno fmt --check on windows --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..3c53eb3 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Use Unix line endings in all text files. +* text=auto eol=lf