Drop the explicit editor config in .gitconfig
We pretty ironclad specify EDITOR now, don't want to use vim, and don't trust every box to have hx on it. We could make this a thing in the git local but trusting EDITOR is probably best.
This commit is contained in:
parent
59aeff83d3
commit
66281f7f75
1 changed files with 0 additions and 1 deletions
|
@ -4,7 +4,6 @@
|
|||
[core]
|
||||
# Declare erroenous the same whitespace errors vim does
|
||||
whitespace = space-before-tab,-indent-with-non-tab,trailing-space
|
||||
editor = vim
|
||||
|
||||
[diff]
|
||||
# Detect both copies and renames in diffs
|
||||
|
|
Loading…
Add table
Reference in a new issue