Fix autocrlf

This commit is contained in:
Anthony Rose 2023-06-13 21:44:34 +01:00
parent 6d786b2ee9
commit 712bb7bebc
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,6 @@
[*]
root = true root = true
[*]
charset = utf-8 charset = utf-8
trim_trailing_whitespace = true trim_trailing_whitespace = true
insert_final_newline = true insert_final_newline = true

View file

@ -3,6 +3,7 @@
[http] [http]
sslBackend = schannel sslBackend = schannel
[core] [core]
autocrlf = true
fscache = true fscache = true
symlinks = false symlinks = false
sshCommand = C:/WINDOWS/System32/OpenSSH/ssh.exe sshCommand = C:/WINDOWS/System32/OpenSSH/ssh.exe