Files
repomix-mirror/typos.toml
Kazuki Yamada f8f476fbb8 fix(typos): Add 'styl' to extend-words in existing typos.toml
Move styl exception from _typos.toml to the existing typos.toml file.
The 'styl' word is the file extension for Stylus CSS preprocessor.
2025-12-11 23:37:02 +09:00

18 lines
315 B
TOML

[files]
extend-exclude = [
"website/client/.vitepress/config/*.ts",
"website/client/src/**/*.md",
".git",
"browser/**/*.txt",
]
ignore-hidden = false
[default]
extend-ignore-re = [
"Việt Nam",
]
[default.extend-words]
# "styl" is the file extension for Stylus CSS preprocessor
styl = "styl"