Set Linux git config's autocrlf to input mode

This commit is contained in:
2021-12-02 12:31:46 -05:00
parent cbdb7f51aa
commit afc89a1725
2 changed files with 3 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
[code]
editor = /usr/bin/vim
[core]
# Convert unix LF to Windows CRLF when checking out and vice-versa when adding files to the index.
autocrlf = true