veil-saga/.vscode/settings.json
2018-11-22 22:18:02 -05:00

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
}
}