Set Linux git config's autocrlf to input mode
This commit is contained in:
parent
cbdb7f51aa
commit
afc89a1725
|
@ -1,4 +1,5 @@
|
||||||
[code]
|
[code]
|
||||||
editor = vim
|
editor = vim
|
||||||
[core]
|
[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
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
[code]
|
[code]
|
||||||
editor = /usr/bin/vim
|
editor = /usr/bin/vim
|
||||||
[core]
|
[core]
|
||||||
|
# Convert unix LF to Windows CRLF when checking out and vice-versa when adding files to the index.
|
||||||
autocrlf = true
|
autocrlf = true
|
||||||
|
|
Loading…
Reference in New Issue
Block a user