diff --git a/_typos.toml b/_typos.toml new file mode 100644 index 0000000..a44fcd3 --- /dev/null +++ b/_typos.toml @@ -0,0 +1,11 @@ +[default] +# Ignore string that look like colors definitions +extend-ignore-re = ['[a-fA-F0-9]{6}'] + +[default.extend-words] +doas = "doas" +edn = "edn" + +[type.images] +extend-glob = ["*.png"] +check-file = false