20 lines
407 B
JSON
20 lines
407 B
JSON
{
|
|
"spellright.language": [
|
|
"English (American)"
|
|
],
|
|
"spellright.documentTypes": [
|
|
"latex",
|
|
"plaintext",
|
|
"markdown"
|
|
],
|
|
"spellright.recheckOnSave": true,
|
|
"files.exclude": {
|
|
"**/.git": true,
|
|
"**/.svn": true,
|
|
"**/.hg": true,
|
|
"**/CVS": true,
|
|
"**/.DS_Store": true,
|
|
"*.pdf": true,
|
|
"*.epub": true
|
|
}
|
|
} |