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 = vim
[core]
autocrlf = true
# Don't change LF line endings and if a CRLF is found then change it to LF on a commit.
autocrlf = input