From a812b0ce68699636df243f7782e4b12c4963930a Mon Sep 17 00:00:00 2001 From: Danny Guo Date: Sat, 24 Sep 2016 23:45:57 -0400 Subject: [PATCH] Let Git normalize line endings --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..80cd9fe --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +# Override core.autocrlf settings to keep line endings consistent (LF) +* text=auto +