From 58bf86c706c5a442da4fb01ea26e06f1ed291d45 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Sun, 5 Jan 2025 19:48:25 +0100 Subject: checkpoint --- config/essentials/git/config | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config/essentials/git') diff --git a/config/essentials/git/config b/config/essentials/git/config index 130b8a5..c8b9a5c 100644 --- a/config/essentials/git/config +++ b/config/essentials/git/config @@ -16,3 +16,5 @@ gpgsign = true [gpg] program = /usr/bin/gpg +[core] + autocrlf = true -- cgit v1.2.3 From 73057024bd773a21b408e6e837e199bdaf33c924 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Sun, 5 Jan 2025 19:54:52 +0100 Subject: checkpoint --- config/essentials/git/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/essentials/git') diff --git a/config/essentials/git/config b/config/essentials/git/config index dd7e640..d64ae1a 100644 --- a/config/essentials/git/config +++ b/config/essentials/git/config @@ -17,4 +17,4 @@ [gpg] program = /usr/bin/gpg [core] - autocrlf = true + autocrlf = input -- cgit v1.2.3