mirror of
https://github.com/GRFreire/dotfiles.git
synced 2026-01-10 04:19:38 +00:00
change tabs for spaces on gitconfig
This commit is contained in:
parent
f3084eb3eb
commit
ede0a939ef
12
.gitconfig
12
.gitconfig
@ -1,17 +1,17 @@
|
|||||||
# ____ ____ _____ _
|
# ____ ____ _____ _
|
||||||
# / ___| _ \| ___| __ ___(_)_ __ ___
|
# / ___| _ \| ___| __ ___(_)_ __ ___
|
||||||
# | | _| |_) | |_ | '__/ _ \ | '__/ _ \ Guilherme Rugai Freire
|
# | | _| |_) | |_ | '__/ _ \ | '__/ _ \ Guilherme Rugai Freire
|
||||||
# | |_| | _ <| _|| | | __/ | | | __/ https://grfreire.com
|
# | |_| | _ <| _|| | | __/ | | | __/ https://grfreire.com
|
||||||
# \____|_| \_\_| |_| \___|_|_| \___| https://github.com/GRFreire
|
# \____|_| \_\_| |_| \___|_|_| \___| https://github.com/GRFreire
|
||||||
#
|
#
|
||||||
|
|
||||||
[user]
|
[user]
|
||||||
email = 41879254+GRFreire@users.noreply.github.com
|
email = 41879254+GRFreire@users.noreply.github.com
|
||||||
name = Guilherme Rugai Freire
|
name = Guilherme Rugai Freire
|
||||||
signingkey = C9D6D9025A4CC2987224771986DC96AE4AEBC162
|
signingkey = C9D6D9025A4CC2987224771986DC96AE4AEBC162
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
editor = vim
|
editor = vim
|
||||||
|
|
||||||
[alias]
|
[alias]
|
||||||
st = status -sb
|
st = status -sb
|
||||||
@ -21,4 +21,4 @@
|
|||||||
discard = checkout --
|
discard = checkout --
|
||||||
|
|
||||||
[commit]
|
[commit]
|
||||||
gpgsign = true
|
gpgsign = true
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user