aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorLibravatar sommerfeld <[email protected]>2026-04-17 10:53:35 +0100
committerLibravatar sommerfeld <[email protected]>2026-04-17 10:53:35 +0100
commitdd3f4dddc7c4b0e39c8a784085ddaafe2787ccbd (patch)
tree474d20e4f0a19649cb26b614d9d313cc6cd1dd89
parentfb8a35261c0b8f937894b6df9c467cf6bb3d86c8 (diff)
downloaddotfiles-dd3f4dddc7c4b0e39c8a784085ddaafe2787ccbd.tar.gz
dotfiles-dd3f4dddc7c4b0e39c8a784085ddaafe2787ccbd.tar.bz2
dotfiles-dd3f4dddc7c4b0e39c8a784085ddaafe2787ccbd.zip
chore: remove unnecessary core.autocrlf on Linux
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.
-rw-r--r--home/.config/git/config1
1 files changed, 0 insertions, 1 deletions
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