Skip to content

Commit

Permalink
Spelling checker changes
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Apr 7, 2017
1 parent 15c48c8 commit c779c3a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 20 deletions.
19 changes: 18 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,22 @@
},
"files.associations": {
"**/*.js": "javascriptreact"
}
},
"spellchecker.language": "en_US",
"spellchecker.ignoreWordsList": [
"GitHub",
"repo",
"Awesommmmee",
"linters",
"TODO",
"repl"
],
"spellchecker.documentTypes": [
"markdown",
"latex",
"plaintext"
],
"spellchecker.ignoreRegExp": [],
"spellchecker.ignoreFileExtensions": [],
"spellchecker.checkInterval": 5000
}
19 changes: 0 additions & 19 deletions .vscode/spellchecker.json

This file was deleted.

0 comments on commit c779c3a

Please sign in to comment.