[Git] Add Email credentials, change default editor, remove autocrlf

This commit is contained in:
Lucien Cartier-Tilet 2021-04-17 12:52:53 +02:00
parent 0b2ba3eaa0
commit b598891ad7
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 6 additions and 2 deletions

View File

@ -3,10 +3,9 @@
name = Lucien Cartier-Tilet name = Lucien Cartier-Tilet
signingkey = BD7789E705CB8DCA signingkey = BD7789E705CB8DCA
[core] [core]
# editor = vim editor = emacsclient -c -a emacs
whitespace = fix,-indent-with-non-tab,trailing-space whitespace = fix,-indent-with-non-tab,trailing-space
excludesfile = /home/phundrak/dotfiles/.gitignore_global excludesfile = /home/phundrak/dotfiles/.gitignore_global
autocrlf = false
[web] [web]
browser = firefox browser = firefox
[color] [color]
@ -73,6 +72,11 @@
#### ####
u = reset -- u = reset --
unstage = reset -- unstage = reset --
[sendemail]
smtpserver = mail.phundrak.com
smtpuser = lucien@phundrak.com
smtpencryption = tls
smtpserverport = 587
[magithub] [magithub]
online = true online = true
[magithub "status"] [magithub "status"]