forbid bellow (#703)

This commit is contained in:
Thierry Berger
2024-07-29 17:29:14 +02:00
committed by GitHub
parent 35ac662371
commit 50b6c1b7d8

View File

@@ -3,12 +3,13 @@
# word is treated as always correct. If the value is an empty string, the word
# is treated as always incorrect.
# Case senstive, matches entire word.
# Case sensitive, matches entire word.
[default.extend-identifiers]
anc_color = "anc_color"
PN = "PN"
rady = "rady"
# Case insenstive, matches inside word.
# Case insensitive, matches inside word.
[default.extend-words]
toi = "toi"
bellow = "below"