diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-04-25 19:18:10 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-04-25 19:18:10 +0300 |
commit | f8a8f337d1ac6b7b50729ae8a204b50c6cd6a917 (patch) | |
tree | c114a8054f8856a173e72b758e144c0148f949e9 /.gitconfig | |
parent | initial commit (diff) | |
download | linux-home-f8a8f337d1ac6b7b50729ae8a204b50c6cd6a917.tar.gz linux-home-f8a8f337d1ac6b7b50729ae8a204b50c6cd6a917.zip |
.gitconfig: consistent whitespace
Diffstat (limited to '')
-rw-r--r-- | .gitconfig | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -4,7 +4,7 @@ [core] editor = vim ignorecase = false - autocrlf = true + autocrlf = true [push] default = current [merge] @@ -21,5 +21,3 @@ trustExitCode = false [pull] ff = only -[config] - autocrlf = true |