From dd3f4dddc7c4b0e39c8a784085ddaafe2787ccbd Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Fri, 17 Apr 2026 10:53:35 +0100 Subject: chore: remove unnecessary core.autocrlf on Linux MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit core.autocrlf = input does nothing on a Linux-only system — no files will have CRLF line endings natively. The modern approach for cross-platform repos is per-repo .gitattributes. --- home/.config/git/config | 1 - 1 file changed, 1 deletion(-) diff --git a/home/.config/git/config b/home/.config/git/config index 2ac3b50..2b91f0d 100644 --- a/home/.config/git/config +++ b/home/.config/git/config @@ -8,7 +8,6 @@ gpgSign = if-asked [core] whitespace = trailing-space,cr-at-eol - autocrlf = input pager = delta [branch] sort=-committerdate -- cgit v1.2.3-70-g09d2