Skip to content

Commit dd85ad5

Browse files
committed
提交时转换为LF,检出时转换为CRLF
git config --global core.autocrlf true
1 parent 59eeeb3 commit dd85ad5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

git/.gitconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
[color]
1212
ui = true
1313
[core]
14-
autocrlf = false
14+
autocrlf = true
1515
quotepath = false
1616
[gui]
1717
encoding = utf-8

0 commit comments

Comments
 (0)