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
|
root = true
|
||||||
|
|
||||||
|
[*]
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue