mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
15 lines
324 B
JSON
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
|
|
}
|
|
}
|