cloudcmd/json/edit.json
2014-05-11 09:56:15 -04:00

15 lines
324 B
JSON

{
"options": {
"theme": "ace/theme/tomorrow_night_blue",
"enableBasicAutocompletion": true,
"enableSnippets": false,
"showPrintMargin": false,
"showInvisibles": true,
"useSoftTabs": true,
"tabSize": 4
},
"extensions": {
"emmet": false
}
}