From b01431620665d4d679df6732e0d9aef2bc89aeaa Mon Sep 17 00:00:00 2001 From: Link Mauve Date: Sat, 22 Nov 2025 21:27:35 +0100 Subject: [PATCH] Add a typos.toml file This file lists the files to ignore, as well as the words to ignore. --- typos.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 typos.toml diff --git a/typos.toml b/typos.toml new file mode 100644 index 0000000000000000000000000000000000000000..baecce5990010cdc48be966949fd874b5e810a5f --- /dev/null +++ b/typos.toml @@ -0,0 +1,9 @@ +[files] +extend-exclude = ["foo", "jingle"] + +[default.extend-words] +ba = "ba" +caf = "caf" +muc = "muc" +pn = "pn" +thumnails = "thumnails"