# pockingbird — starter config.
# Report-only: pockingbird never edits .po files and always exits 0.
[]
= ["**/*.po"]
= ["vendor", "node_modules", ".git"]
= ["."]
[]
= [] # e.g. ["ch_CH"] to drop an incomplete locale
[]
= "balanced" # strict | balanced | loose — baseline for the knobs below
= 5 # report from M/M down to this floor (auto-lowered if > locale count)
# Override individual knobs on top of the preset (uncomment to tune):
# tiers = ["exact", "normalized", "fuzzy"]
# fuzzy_max_distance = 2
# fuzzy_min_length = 5
# empty_policy = "own" # "own": empty is a value | "skip": ignore that cell
# [match.normalize] # merged onto the preset; omitted toggles keep its value
# case_fold = true
# collapse_whitespace = true
# strip_trailing_punct = true
[]
= "text" # "text" | "json"