mirror of
https://codeberg.org/Limine/Limine
synced 2026-01-26 13:14:28 +00:00
24 lines
364 B
TOML
24 lines
364 B
TOML
# Configuration for https://github.com/crate-ci/typos
|
|
|
|
[files]
|
|
extend-exclude = [
|
|
# Typos already uses .gitignore. These excludes are additional:
|
|
]
|
|
|
|
[default.extend-words]
|
|
hda = "hda"
|
|
Nd = "Nd"
|
|
sie = "sie"
|
|
SIE = "SIE"
|
|
ist = "ist"
|
|
rela = "rela"
|
|
RELA = "RELA"
|
|
guid = "guid"
|
|
GUID = "GUID"
|
|
pn = "pn"
|
|
hd = "hd"
|
|
htpt = "htpt"
|
|
CMO = "CMO"
|
|
|
|
[default.extend-identifiers]
|