mirror of
https://github.com/danbulant/design
synced 2026-07-05 02:50:34 +00:00
add spellright config
This commit is contained in:
parent
bddad83f1d
commit
b1337d2292
1 changed files with 10 additions and 0 deletions
10
.vscode/settings.json
vendored
Normal file
10
.vscode/settings.json
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"spellright.language": [
|
||||||
|
"en-GB-10-1."
|
||||||
|
],
|
||||||
|
"spellright.documentTypes": [
|
||||||
|
"markdown",
|
||||||
|
"latex",
|
||||||
|
"plaintext"
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue