From ec561546a0aa349c781c355c2eaad7a52dea8377 Mon Sep 17 00:00:00 2001 From: Preston Carman Date: Sun, 15 Nov 2020 20:47:57 -0800 Subject: [PATCH] Add git attributes to force only lf 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..4282322a --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Set the default behavior, in case people don't have core.autocrlf set. +* text eol=lf