.gitconfig: lfs and editor

This commit is contained in:
Alice Gaudon 2020-01-25 18:26:57 +01:00
parent ec6249f9d6
commit 9c3b93521c
1 changed files with 7 additions and 0 deletions

View File

@ -2,3 +2,10 @@
[user]
name = Alice Gaudon
email = alice@gaudon.pro
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[core]
editor = micro