9 lines
154 B
TOML
9 lines
154 B
TOML
|
[diff]
|
||
|
pager = "delta"
|
||
|
[git]
|
||
|
autoPush = true
|
||
|
[[textconv]]
|
||
|
pattern = "**/*.plist"
|
||
|
command = "plutil"
|
||
|
args = ["-convert", "xml1", "-o", "-", "-"]
|