[git] replace tabs with whitspace
This commit is contained in:
parent
344bffe19b
commit
b61da22c48
1 changed files with 4 additions and 4 deletions
|
@ -46,7 +46,7 @@
|
||||||
excludesfile = ~/.gitignore_global
|
excludesfile = ~/.gitignore_global
|
||||||
editor = vim
|
editor = vim
|
||||||
trustctime = false # http://www.git-tower.com/blog/make-git-rebase-safe-on-osx/
|
trustctime = false # http://www.git-tower.com/blog/make-git-rebase-safe-on-osx/
|
||||||
pager = less -F -X
|
pager = less -F -X
|
||||||
|
|
||||||
[push]
|
[push]
|
||||||
default = nothing
|
default = nothing
|
||||||
|
@ -73,9 +73,9 @@
|
||||||
untracked = cyan
|
untracked = cyan
|
||||||
|
|
||||||
[filter "lfs"]
|
[filter "lfs"]
|
||||||
clean = git-lfs clean -- %f
|
clean = git-lfs clean -- %f
|
||||||
smudge = git-lfs smudge -- %f
|
smudge = git-lfs smudge -- %f
|
||||||
required = true
|
required = true
|
||||||
|
|
||||||
[include]
|
[include]
|
||||||
path = ~/.gitconfig.local
|
path = ~/.gitconfig.local
|
||||||
|
|
Loading…
Add table
Reference in a new issue