Co-authored-by: winston <hey@winston.sh> Co-authored-by: Hamothy <58985301+sgoudham@users.noreply.github.com>
19 lines
292 B
TOML
19 lines
292 B
TOML
[default]
|
|
locale = "en-us"
|
|
|
|
# maintainer names
|
|
[default.extend-words]
|
|
Ren = "Ren"
|
|
|
|
# catppuccin python spelling
|
|
[type.py.extend-identifiers]
|
|
Flavour = "Flavour"
|
|
flavour = "flavour"
|
|
flavours = "flavours"
|
|
|
|
[type.css]
|
|
extend-ignore-re = [
|
|
# css classnames
|
|
'\.[\w\d\-_]+(\[[\w\d\-_]+\])?',
|
|
]
|