From 4a0b6303c9aebcd1ed48542fcf0c1b0f5fcbc750 Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Wed, 28 Feb 2024 01:47:21 -0800 Subject: [PATCH] input autocrlf --- home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.nix b/home.nix index 34334c1..528e283 100644 --- a/home.nix +++ b/home.nix @@ -112,7 +112,7 @@ extraConfig = { core = { editor = "nvim"; - autocrlf = false; + autocrlf = "input"; safecrlf = true; }; credential = {