* .config/git/config: Don't set core.autocrlf = input.
[~bandali/configs] / .config / git / config
index 535ced4..f1ac520 100644 (file)
@@ -10,7 +10,7 @@
 #      signoff = true
 
 [core]
-       autocrlf = input  # CRLF -> LF on commit
+#      autocrlf = input  # CRLF -> LF on commit
        editor = emacsclient -t
        pager = "less"