From 1dcbe0d8935845ae218c968725267ae389f725a4 Mon Sep 17 00:00:00 2001 From: Azzaare Date: Sat, 2 Nov 2024 13:54:55 +0900 Subject: [PATCH] Some typos 2 --- _typos.toml | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/_typos.toml b/_typos.toml index de0d0ee..d6a83d6 100644 --- a/_typos.toml +++ b/_typos.toml @@ -1,2 +1,27 @@ +[default] +extend-ignore-re = [ + "iMatix" +] + [files] -extend-exclude = ["*.css"] \ No newline at end of file +extend-exclude = ["*.css"] + +[default.extend-words] +annote = "annote" +inbrace = "inbrace" +BA = "BA" +FO = "FO" +ND = "ND" + +[default.extend-identifiers] +"CC-BY-NC-ND-1.0" = "CC-BY-NC-ND-1.0" +"CC-BY-NC-ND-2.0" = "CC-BY-NC-ND-2.0" +"CC-BY-NC-ND-2.5" = "CC-BY-NC-ND-2.5" +"CC-BY-NC-ND-3.0" = "CC-BY-NC-ND-3.0" +"CC-BY-NC-ND-3.0-IGO" = "CC-BY-NC-ND-3.0-IGO" +"CC-BY-NC-ND-4.0" = "CC-BY-NC-ND-4.0" +"CC-BY-ND-1.0" = "CC-BY-ND-1.0" +"CC-BY-ND-2.0" = "CC-BY-ND-2.0" +"CC-BY-ND-2.5" = "CC-BY-ND-2.5" +"CC-BY-ND-3.0" = "CC-BY-ND-3.0" +"CC-BY-ND-4.0" = "CC-BY-ND-4.0" \ No newline at end of file