I added this parameters to my .gitconfig
file with the following config:
[core]
autocrlf = input
safecrlf = false
My question is: Can I add that same configuration to the Github client config?
I added this parameters to my .gitconfig
file with the following config:
[core]
autocrlf = input
safecrlf = false
My question is: Can I add that same configuration to the Github client config?
Welcome @DarkteK! GitHub Desktop will respect any configuration options you set in your .gitconfig
. Let me know if you have any other questions about this.