mirror of
https://github.com/deadnews/mc-onedark.git
synced 2026-02-26 01:08:31 +03:00
11 lines
207 B
TOML
11 lines
207 B
TOML
[files]
|
|
extend-exclude = ["CHANGELOG.md"]
|
|
|
|
[default]
|
|
extend-ignore-words-re = [
|
|
"^[A-Za-z]{1,3}$", # Ignore short words
|
|
]
|
|
extend-ignore-identifiers-re = [
|
|
"^[A-Za-z]{1,3}$", # Ignore short identifiers
|
|
]
|