config: fixed spacing of tables

This commit is contained in:
kalmenn 2023-12-21 23:02:03 +01:00
parent 87e173218a
commit ce2dcc78ec
Signed by: kalmenn
GPG key ID: F500055C44BC3834

3
config
View file

@ -1,7 +1,9 @@
[core] [core]
editor = nvim editor = nvim
[init] [init]
defaultBranch = main defaultBranch = main
[commit] [commit]
gpgsign = true gpgsign = true
[filter "lfs"] [filter "lfs"]
@ -9,6 +11,7 @@
clean = git-lfs clean -- %f clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f smudge = git-lfs smudge -- %f
process = git-lfs filter-process process = git-lfs filter-process
[user] [user]
useConfigOnly = true useConfigOnly = true