Set autocrlf to input and stop saving HTTP(S) passwords

This commit is contained in:
Anthony Rose 2021-06-30 12:14:02 +00:00
parent 9973d25fa0
commit cd10edf33b

View file

@ -1,3 +1,5 @@
[core]
autocrlf = input
[pull]
rebase = true
[push]
@ -7,7 +9,7 @@
[init]
defaultBranch = main
[credential]
helper = store
helper = cache
[gui]
encoding = utf-8
[guitool "Rebase"]