From 0aef06a2d0bc4353e41396490932f12a96628dc4 Mon Sep 17 00:00:00 2001 From: Julian Amann Date: Sun, 24 Apr 2022 22:28:04 +0200 Subject: [PATCH] Add .gitattributes to have uniform line endings --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..53c21a0f --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# https://www.aleksandrhovhannisyan.com/blog/crlf-vs-lf-normalizing-line-endings-in-git/ +* text=auto