first commit
This commit is contained in:
+34
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
Reference in New Issue
Block a user