aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/%HOME%
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2017-08-22 19:41:26 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2017-08-22 19:41:26 +0200
commite13559ddf93846ad808ad0ecce100f4023426d52 (patch)
treebb055340ddaf8d0c31bec9b8d640875e9899381e /%HOME%
parent.profile: fix on Linux Mint (diff)
downloadlinux-home-e13559ddf93846ad808ad0ecce100f4023426d52.tar.gz
linux-home-e13559ddf93846ad808ad0ecce100f4023426d52.zip
.gitconfig: core.autocrlf = false
Because seriously, what the hell. Watch your newlines!
Diffstat (limited to '%HOME%')
-rw-r--r--%HOME%/.gitconfig2
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]