mirror of
https://github.com/mikefarah/yq.git
synced 2026-06-28 16:07:46 +00:00
21 lines
325 B
TOML
21 lines
325 B
TOML
[files]
|
|
extend-exclude = ["vendor", "bin"]
|
|
|
|
[default]
|
|
locale = "en"
|
|
extend-ignore-identifiers-re = [
|
|
"NdJson",
|
|
]
|
|
|
|
[default.extend-identifiers]
|
|
AttributeIDSupressMenu = "AttributeIDSupressMenu"
|
|
|
|
[default.extend-words]
|
|
Teh = "Teh"
|
|
teh = "teh"
|
|
Supress = "Supress"
|
|
HashiCorp = "HashiCorp"
|
|
Hashi = "Hashi"
|
|
fot = "fot"
|
|
nd = "nd"
|