From af4bee14ab099acff4ac7d6f67cd763dc4df3bbe Mon Sep 17 00:00:00 2001 From: Raphael Roberts Date: Sat, 8 Jun 2019 02:54:23 -0500 Subject: [PATCH] Set autocrlf to false --- .gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index ef2e91e..87e811b 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,7 +1,7 @@ [credential] helper = store [core] - autocrlf = true + autocrlf = false [user] name = Raphael Roberts email = raphael.roberts48@gmail.com