From 0489daa5990db9d9ef88589df39f3ddef9d02191 Mon Sep 17 00:00:00 2001 From: Raymond Li Date: Sun, 18 Oct 2020 23:38:16 -0400 Subject: [PATCH] Ensure LF EOL --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..d228195 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +# Auto detect text files and perform LF normalization +* text=auto + +text eol=lf