diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-08-22 19:41:26 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-08-22 19:41:26 +0200 |
commit | e13559ddf93846ad808ad0ecce100f4023426d52 (patch) | |
tree | bb055340ddaf8d0c31bec9b8d640875e9899381e | |
parent | .profile: fix on Linux Mint (diff) | |
download | linux-home-e13559ddf93846ad808ad0ecce100f4023426d52.tar.gz linux-home-e13559ddf93846ad808ad0ecce100f4023426d52.zip |
.gitconfig: core.autocrlf = false
Because seriously, what the hell.
Watch your newlines!
-rw-r--r-- | %HOME%/.gitconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/%HOME%/.gitconfig b/%HOME%/.gitconfig index dfce19a..ec18735 100644 --- a/%HOME%/.gitconfig +++ b/%HOME%/.gitconfig @@ -3,7 +3,7 @@ email = Egor.Tensin@gmail.com [core] editor = vim - autocrlf = input + autocrlf = false [push] default = current [merge] |