Files
oak-gpui/typos.toml
T
2026-06-15 18:42:57 -04:00

30 lines
590 B
TOML

[files]
ignore-files = true
ignore-hidden = false
extend-exclude = [".git/"]
[default]
extend-ignore-re = [
# macOS version
"Big Sur",
# Stripped version of reserved keyword `type`
"typ",
]
check-filename = true
[default.extend-words]
# Screen capture library (zed-scap)
scap = "scap"
# Win32 FORMATETC struct field: Pointer to DVTARGETDEVICE
ptd = "ptd"
# Part of mach_timebase_info_data_t (numerator)
numer = "numer"
# AMD GPU Services library
AGS = "AGS"
ags = "ags"
# Win32 TrackMouseEvent flags (e.g., TME_LEAVE)
TME = "TME"
# Level of Detail (DirectX/Graphics)
LOD = "LOD"