mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 07:37:57 +00:00
631a5db536
* Move CI scripts and update references * Update paths in .gitlab-ci.yml * Removed outdated entries from CODEOWNERS
28 lines
492 B
TOML
28 lines
492 B
TOML
[hunspell]
|
|
lang = "en_US"
|
|
search_dirs = ["."]
|
|
extra_dictionaries = ["lingua.dic"]
|
|
skip_os_lookups = true
|
|
use_builtin = true
|
|
|
|
[hunspell.quirks]
|
|
# He tagged it as 'TheGreatestOfAllTimes'
|
|
transform_regex = [
|
|
# `Type`'s
|
|
"^'([^\\s])'$",
|
|
# 5x
|
|
# 10.7%
|
|
"^[0-9_]+(?:\\.[0-9]*)?(x|%)$",
|
|
# Transforms'
|
|
"^(.*)'$",
|
|
# backslashes
|
|
"^\\+$",
|
|
"^[0-9]*+k|MB|Mb|ms|Mbit|nd|th|rd$",
|
|
# single char `=` `>` `%` ..
|
|
"^=|>|<|%$",
|
|
# 22_100
|
|
"^(?:[0-9]+_)+[0-9]+$"
|
|
]
|
|
allow_concatenation = true
|
|
allow_dashes = true
|