mirror of
https://github.com/arcan1s/dotfiles.git
synced 2025-04-24 16:07:17 +00:00
18 lines
271 B
Plaintext
18 lines
271 B
Plaintext
[user]
|
|
name = arcan1s
|
|
email = darkarcanis@mail.ru
|
|
[init]
|
|
templatedir = ~/.git/templates
|
|
[core]
|
|
autocrlf = false
|
|
safecrlf = false
|
|
editor = vim
|
|
[color]
|
|
ui = true
|
|
[credential]
|
|
helper = cache --timeout=3600
|
|
[push]
|
|
default = simple
|
|
[merge]
|
|
tool = vimdiff
|