Add autocrlf to gitconfig
This commit is contained in:
parent
770c5bab33
commit
43d265bdb0
1 changed files with 2 additions and 0 deletions
|
@ -11,3 +11,5 @@
|
||||||
tool = meld
|
tool = meld
|
||||||
[difftool]
|
[difftool]
|
||||||
prompt = false
|
prompt = false
|
||||||
|
[core]
|
||||||
|
autocrlf = input
|
||||||
|
|
Loading…
Reference in a new issue