mirror of
https://github.com/kastdeur/dotfiles.git
synced 2024-11-16 08:33:30 +01:00
14 lines
255 B
Text
14 lines
255 B
Text
# This is Git's per-user configuration file.
|
|
[user]
|
|
name = Eric Teunis de Boone
|
|
email = ericteunis@gmail.com
|
|
[gui]
|
|
editor = geany
|
|
[push]
|
|
default = matching
|
|
[diff "pdf"]
|
|
textconv = pdf2txt
|
|
[core]
|
|
excludesfile = ~/.gitignore_global
|
|
[color]
|
|
ui = auto
|