Yongmin Hong
da1e5b8acb
Summary: - remove redundant `.gitmodule`. No more submodules. - replace tabs with space as space is the majority here. - spacing issues @ `.arcconfig`. - sync `.arclint`. - alphabetize configs. Signed-off-by: Yongmin Hong <revi@omglol.email> Test Plan: deploy and test? Reviewers: O1 revi & automations, revi Reviewed By: O1 revi & automations, revi Differential Revision: https://issuetracker.revi.xyz/D171
41 lines
875 B
Text
41 lines
875 B
Text
# Copyright (C) 2016 Hong Yongmin <https://revi.xyz>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
[user]
|
|
name = Yongmin Hong
|
|
email = revi@omglol.email
|
|
signingkey = EA100E94
|
|
[commit]
|
|
gpgSign = true
|
|
[core]
|
|
editor = nano
|
|
quotepath = false
|
|
[credential]
|
|
helper = 'store'
|
|
[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
|
|
[gitreview]
|
|
username = revi
|
|
[include]
|
|
path = ~/.gitaliases
|
|
[init]
|
|
defaultBranch = master
|
|
[pretty]
|
|
show = fuller
|
|
[rerere]
|
|
enabled = true
|
|
[sendemail]
|
|
from = 'Yongmin Hong <revi@omglol.email>'
|
|
smtpserver = smtp.fastmail.com
|
|
smtpuser = revi@omglol.email
|
|
smtpencryption = ssl
|
|
smtpserverport = 465
|
|
smtpAuth = 'PLAIN'
|
|
[tag]
|
|
forceSignAnnotated = true
|