Add cSpell dictionary to avoid typos in comments

This commit is contained in:
Aadi Desai 2023-04-25 00:44:25 +01:00
parent db1688d937
commit aba80284d3
Signed by: supleed2
SSH key fingerprint: SHA256:CkbNRs0yVzXEiUp2zd0PSxsfRUMFF9bLlKXtE1xEbKM

8
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,8 @@
{
"cSpell.words": [
"omglol",
"pastebin",
"pathbuf",
"statuslog"
]
}