diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-12-24 02:33:48 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-12-24 02:33:48 +0300 |
commit | 5b9d208ea8dc9a1556eb74cd6808979b3dd35f71 (patch) | |
tree | cddc716dd7ad6c0bc7c5e1a9e00b915b5b359bfa | |
parent | list_packages_cygwin: skip header lines (diff) | |
download | linux-home-5b9d208ea8dc9a1556eb74cd6808979b3dd35f71.tar.gz linux-home-5b9d208ea8dc9a1556eb74cd6808979b3dd35f71.zip |
.gitconfig: core.autocrlf = input
I just can't make up my mind.
-rw-r--r-- | %HOME%/.gitconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/%HOME%/.gitconfig b/%HOME%/.gitconfig index 7ca7afd..59bf09c 100644 --- a/%HOME%/.gitconfig +++ b/%HOME%/.gitconfig @@ -3,7 +3,7 @@ email = Egor.Tensin@gmail.com [core] editor = vim - autocrlf = true + autocrlf = input [push] default = current [merge] |