From bebc161256758d0fbd2d334e19186a91739c7a34 Mon Sep 17 00:00:00 2001 From: Justin Hawkins Date: Tue, 28 Dec 2021 11:28:07 +1030 Subject: [PATCH] Add vscode spelling info --- .vscode/settings.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..2b4fbce --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,6 @@ +{ + "cSpell.words": [ + "daulog", + "inconsolata" + ] +} \ No newline at end of file