From 9976499bb7409660b1207ac2e773646995bf54eb Mon Sep 17 00:00:00 2001 From: Henrique Gemignani Passos Lima Date: Sun, 2 Oct 2022 13:19:41 +0300 Subject: [PATCH] Add gitattributes with global text=auto --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..212566614 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto \ No newline at end of file