Remove commented out git config directives
This commit is contained in:
parent
f0a795d8ac
commit
716b2b7b49
1 changed files with 0 additions and 14 deletions
14
gitconfig
14
gitconfig
|
@ -16,14 +16,6 @@
|
|||
# Detect whitespace errors when applying a patch
|
||||
whitespace = fix
|
||||
|
||||
#[color "diff-highlight"]
|
||||
|
||||
# Colours for `diff-so-fancy`
|
||||
#oldNormal = "red bold"
|
||||
#oldHighlight = "red bold 52"
|
||||
#newNormal = "green bold"
|
||||
#newHighlight = "green bold 22"
|
||||
|
||||
[filter "lfs"]
|
||||
|
||||
# git-lfs stuff
|
||||
|
@ -41,12 +33,6 @@
|
|||
# Automatically correct typos in commands
|
||||
autoCorrect = prompt
|
||||
|
||||
#[pager]
|
||||
|
||||
# Make diff-so-fancy apply all the time
|
||||
#diff = "diff-so-fancy | less --tabs=4 -RFX"
|
||||
#show = "diff-so-fancy | less --tabs=4 -RFX"
|
||||
|
||||
[core]
|
||||
pager = delta
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue