feature(edit) mv options to file

This commit is contained in:
coderaiser 2014-05-11 06:07:11 -04:00
parent 8b0ae4fca7
commit 457cf9f5fd
2 changed files with 65 additions and 30 deletions

13
json/edit.json Normal file
View file

@ -0,0 +1,13 @@
{
"options": {
"enableBasicAutocompletion": true,
"enableSnippets": false,
"showPrintMargin": false,
"showInvisibles": true,
"useSoftTabs": true
},
"extensions": {
"emmet": false
}
}