[Git] Add Email credentials, change default editor, remove autocrlf
This commit is contained in:
parent
0b2ba3eaa0
commit
b598891ad7
@ -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"]
|
||||||
|
Loading…
Reference in New Issue
Block a user