Set autocrlf to input

This commit is contained in:
Andreas Zweili 2024-03-05 14:15:25 +01:00
parent d8007dc975
commit 0461b64ddc
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ in
extraConfig = {
core = {
hooksPath = "~/.config/git/hooks/";
autocrlf = "input";
};
safe = {
directory = "*";