34 lines
606 B
JSON
34 lines
606 B
JSON
{
|
|
"supportExtensions": [
|
|
"js"
|
|
],
|
|
"lightTheme": "chrome",
|
|
"darkTheme": "monokai",
|
|
"keyboard": "default",
|
|
"showLineNumbers": true,
|
|
"fontSize": 14,
|
|
"fontFamily": [
|
|
"Consolas",
|
|
"Courier New",
|
|
"monospace"
|
|
],
|
|
"tabSize": 4,
|
|
"snippetsManager": {
|
|
"location": false,
|
|
"icon": "code"
|
|
},
|
|
"showPrintMargin": true,
|
|
"showInvisibles": false,
|
|
"displayIndentGuides": true,
|
|
"showFoldWidgets": true,
|
|
"embedMaxHeight": 500,
|
|
"wrap": true,
|
|
"minimap": {
|
|
"enabled": true,
|
|
"mode": "always"
|
|
},
|
|
"remoteEmbed": {
|
|
"enabled": false
|
|
},
|
|
"useLocalAce": true
|
|
} |