From 2e102f731f6b760ad16c17b161ce6abfba9bae03 Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Sat, 20 Feb 2021 04:56:39 +0300 Subject: [PATCH] change tab size --- Git/gitconfig | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/Git/gitconfig b/Git/gitconfig index 6596af2..8bf673b 100644 --- a/Git/gitconfig +++ b/Git/gitconfig @@ -1,16 +1,16 @@ [filter "lfs"] - clean = git-lfs clean -- %f - smudge = git-lfs smudge -- %f - process = git-lfs filter-process - required = true + clean = git-lfs clean -- %f + smudge = git-lfs smudge -- %f + process = git-lfs filter-process + required = true [user] - name = Alexander Popov - email = iiiypuk@iiiypuk.me - signingkey = 398FC73478D97286 + name = Alexander Popov + email = iiiypuk@iiiypuk.me + signingkey = 398FC73478D97286 [core] - eol = lf - autocrlf = input + eol = lf + autocrlf = input [commit] - gpgsign = true + gpgsign = true [gpg] - program = /usr/bin/gpg + program = /usr/bin/gpg