mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-04-13 13:53:50 +00:00
16 lines
269 B
TOML
16 lines
269 B
TOML
|
|
files.extend-exclude = ["npins/sources.json"]
|
|
default.extend-ignore-words-re = [
|
|
"(?i)(noice)",
|
|
"befores",
|
|
"annote",
|
|
"viw",
|
|
"typ",
|
|
"edn",
|
|
"esy",
|
|
"BA", # somehow "BANanaD3V" is valid, but BA is not...
|
|
"Emac",
|
|
"tese", # for glsl shaders
|
|
"Caue",
|
|
]
|
|
|