Fix autocrlf
This commit is contained in:
parent
6d786b2ee9
commit
712bb7bebc
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
[*]
|
||||
root = true
|
||||
|
||||
[*]
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
[http]
|
||||
sslBackend = schannel
|
||||
[core]
|
||||
autocrlf = true
|
||||
fscache = true
|
||||
symlinks = false
|
||||
sshCommand = C:/WINDOWS/System32/OpenSSH/ssh.exe
|
||||
|
|
Loading…
Reference in a new issue