snikket-ios/.bartycrouch.toml

27 lines
431 B
TOML
Raw Permalink Normal View History

2021-09-22 14:04:48 +00:00
[update]
tasks = ["interfaces", "code", "normalize"]
[update.interfaces]
paths = ["."]
defaultToBase = true
ignoreEmptyStrings = false
unstripped = false
[update.code]
codePaths = ["."]
localizablePaths = ["."]
defaultToKeys = true
2021-09-22 14:04:48 +00:00
additive = false
unstripped = false
[update.normalize]
paths = ["."]
sourceLocale = "en"
harmonizeWithSource = true
sortByKeys = true
[lint]
paths = ["."]
duplicateKeys = true
emptyValues = true