From e4bdf85f47d278b9a24a8fa32ed8d5e5c34795b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Na=C3=AFm=20Favier?= Date: Sat, 22 Feb 2025 13:11:04 +0100 Subject: [PATCH] chore: add _typos.toml Configuration file for the `typos` crate. --- _typos.toml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 _typos.toml diff --git a/_typos.toml b/_typos.toml new file mode 100644 index 000000000..882677b7b --- /dev/null +++ b/_typos.toml @@ -0,0 +1,31 @@ +[files] +extend-exclude = ["support", "*.scss", "*.bibtex"] + +[default.extend-words] +identicals = "identicals" +intensional = "intensional" +operad = "operad" +projectives = "projectives" +raison = "raison" +substituters = "substituters" + +# parts of identifiers +ba = "ba" +cancell = "cancell" +DNE = "DNE" +fo = "fo" +Iy = "Iy" +hom = "hom" +lits = "lits" +ment = "ment" +mor = "mor" +nam = "nam" +nto = "nto" +padd = "padd" +pn = "pn" +Singl = "Singl" +SinglP = "SinglP" +som = "som" +toi = "toi" +ue = "ue" +unitl = "unitl"