mirror of
https://github.com/deadnews/mc-onedark.git
synced 2026-02-26 01:08:31 +03:00
fix: correct typo in scrollbar widget name (#14)
This commit is contained in:
10
.typos.toml
Normal file
10
.typos.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
[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
|
||||
]
|
||||
Reference in New Issue
Block a user