Added barebones config template with the odd alternative commented out.

This commit is contained in:
iain barnett 2022-07-14 16:16:06 +09:00 committed by Martin von Zweigbergk
parent 573320ba7d
commit 980004e908

15
docs/config.toml Normal file
View File

@ -0,0 +1,15 @@
# Basic template of config settings
# Don't forget to change these to your own details!
user.name = "YOUR NAME"
user.email = "YOUR_EMAIL@example.com"
ui.color = "auto" # the default
# ui.color = never # no color
ui.editor = "pico" # the default
# ui.editor = "vim"
diff-editor = "meld" # default, requires meld to be installed
# diff-editor = "vimdiff"