.gitconfig: Verbose commits, use nvim as editor, fix whitespaces

This commit is contained in:
histalek 2021-10-11 07:28:38 +02:00
parent 68cfaaaefc
commit 8e13dfa8d8
No known key found for this signature in database
GPG key ID: ED1D6449704FDE03

View file

@ -17,9 +17,10 @@
[commit]
gpgsign = true
verbose = true
[core]
editor = vim
editor = nvim
excludesfile = ~/.gitignore_global
[diff]