reedline/.typos.toml

14 lines
294 B
TOML
Raw Normal View History

2023-03-19 22:07:29 +03:00
[files]
extend-exclude = ["src/core_editor/line_buffer.rs"]
[default.extend-words]
# Ignore false-positives
iterm = "iterm"
2023-06-09 15:49:02 +03:00
# For testing completion of the word build
bui = "bui"
# For testing string truncation
descriptio = "descriptio"
ot = "ot"
2024-01-04 16:44:18 +03:00
# for sqlite backed history
wheres = "wheres"