mirror of
https://github.com/pcvolkmer/idicon.git
synced 2025-07-02 03:42:54 +00:00
Add TOML based config file
The config file may provide default values or user sepcific settings.
This commit is contained in:
8
testdata/testconfig.toml
vendored
Normal file
8
testdata/testconfig.toml
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
[defaults]
|
||||
color-scheme = "gh"
|
||||
|
||||
[[users]]
|
||||
id = "example"
|
||||
alias = "42"
|
||||
color-scheme = "gh"
|
||||
pattern = "github"
|
Reference in New Issue
Block a user