From 93e0c55ffc83b24a054cd72bff0c887ff7ed642a Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Wed, 30 Sep 2020 10:04:41 -0700 Subject: [PATCH] Fix line endings on Windows with gitattributes --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..a6e213f --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +**/*.txt eol=lf +Makefile eol=lf +hello.c eol=lf