Yongmin Hong
7dcaa2e6da
Summary: - remove vscode submodule - git mv git(config|ignore).sample to default.git(config|ignore) - more rules for editorconfig, alphabetize - enforce ^ - mv REAMDE.wiki to REAMDE.md but forgot git mv (markup difference would've made them different enough anyway) - gitconfig to new identity - change gpg.conf default too Signed-off-by: Yongmin Hong <revi@omglol.email> Test Plan: Read the Diff ™️. Reviewers: #acl_sudoers, #blessed_reviewers, revi Reviewed By: #acl_sudoers, #blessed_reviewers, revi Differential Revision: https://issuetracker.revi.xyz/D18
26 lines
551 B
Text
26 lines
551 B
Text
[user]
|
|
name = Yongmin Hong
|
|
email = revi@omglol.email
|
|
signingkey = EA100E94
|
|
[gitreview]
|
|
username = revi
|
|
[core]
|
|
editor = nano
|
|
[include]
|
|
path = ~/dots/.gitaliases
|
|
[diff]
|
|
tool = default-difftool
|
|
[difftool "default-difftool"]
|
|
cmd = code --wait --diff $LOCAL $REMOTE
|
|
[filter "lfs"]
|
|
clean = git-lfs clean -- %f
|
|
smudge = git-lfs smudge -- %f
|
|
process = git-lfs filter-process
|
|
required = true
|
|
[sendemail]
|
|
smtpserver = smtp.fastmail.com
|
|
smtpuser = revi@omglol.email
|
|
smtpencryption = tls
|
|
smtpserverport = 587
|
|
[init]
|
|
defaultBranch = master
|