From 185e8dd4550adafd72651291ce073ef51ca677b8 Mon Sep 17 00:00:00 2001 From: Maxim Likhachev Date: Tue, 27 Oct 2020 14:24:41 +0300 Subject: [PATCH] git: crlf format --- etc/soft/git/gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/soft/git/gitconfig b/etc/soft/git/gitconfig index 823b4a8..ba8de81 100644 --- a/etc/soft/git/gitconfig +++ b/etc/soft/git/gitconfig @@ -9,6 +9,8 @@ excludesfile = ~/.shellrc/etc/soft/git/gitignore-global quotepath = false commitGraph = true + autocrlf = input + safecrlf = warn [gui] wmstate = normal