From d24d064f028378b9eafdaa553121ec92eb7633e9 Mon Sep 17 00:00:00 2001 From: ShootingStarDragons Date: Sat, 21 Jun 2025 20:25:12 +0900 Subject: [PATCH] chore: add typos config maybe can be used somedays, what do you think about it? --- _typos.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 _typos.toml diff --git a/_typos.toml b/_typos.toml new file mode 100644 index 000000000..4d9a7caed --- /dev/null +++ b/_typos.toml @@ -0,0 +1,15 @@ +[files] +extend-exclude = [ + "lib/l10n/*", + "assets/*", + "integration_test/", + "lib/config/*", + "ios/", + "macos/", + "*.patch", +] + +[default.extend-words] +Caf = "Caf" +OIS = "OIS" +PN = "PN"