From 3364d4d147ade148d8e5dd67609e46f0ef6c50fc Mon Sep 17 00:00:00 2001 From: Zhizhen He Date: Wed, 22 Feb 2023 23:36:04 +0800 Subject: Add spell check workflow (#3183) --- typos.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 typos.toml (limited to 'typos.toml') diff --git a/typos.toml b/typos.toml new file mode 100644 index 00000000..19f64adb --- /dev/null +++ b/typos.toml @@ -0,0 +1,6 @@ +# See https://github.com/crate-ci/typos/blob/master/docs/reference.md to configure typos +[default.extend-words] +ba = "ba" +fo = "fo" +enew = "enew" +tabe = "tabe" -- cgit v1.2.3