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] [pull]
rebase = true rebase = true
[push] [push]
@ -7,7 +9,7 @@
[init] [init]
defaultBranch = main defaultBranch = main
[credential] [credential]
helper = store helper = cache
[gui] [gui]
encoding = utf-8 encoding = utf-8
[guitool "Rebase"] [guitool "Rebase"]