mirror of
https://github.com/limine-bootloader/limine
synced 2024-11-22 16:41:22 +03:00
23 lines
352 B
TOML
23 lines
352 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"
|
|
|
|
[default.extend-identifiers]
|