commit 8611109f0f76f31c009706f8f5f052ce5f6f8b85 Author: rm-dr <96270320+rm-dr@users.noreply.github.com> Date: Tue Jan 6 23:02:54 2026 -0800 Initial commit diff --git a/rustfmt.toml b/rustfmt.toml new file mode 100644 index 0000000..218e203 --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1 @@ +hard_tabs = true diff --git a/typos.toml b/typos.toml new file mode 100644 index 0000000..ba0db66 --- /dev/null +++ b/typos.toml @@ -0,0 +1,10 @@ +[default] +#extend-words."" = "" + +extend-ignore-re = [ + # spell:disable-line + "(?Rm)^.*(%|#|//|;)\\s*spell:disable-line$", + + # spell: + "(?s)(%|#|//|;)\\s*spell:off.*?\\n\\s*(%|#|//)\\s*spell:on", +]