mirror of
https://github.com/danbulant/design
synced 2026-05-19 04:08:46 +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