add spellright config

This commit is contained in:
Daniel Bulant 2023-03-03 23:10:11 +01:00
parent bddad83f1d
commit b1337d2292

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

@ -0,0 +1,10 @@
{
"spellright.language": [
"en-GB-10-1."
],
"spellright.documentTypes": [
"markdown",
"latex",
"plaintext"
]
}