From 32a0392ec5dc1a3d51d5633055052bf184a0afe3 Mon Sep 17 00:00:00 2001 From: Zaiming Shi Date: Sun, 14 Mar 2021 14:04:26 +0100 Subject: [PATCH] chore(git): Force eol=lf --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..fb9a97dba --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +* text=auto +*.* text eol=lf