You are on page 1of 1

{

"editor.fontFamily": "IBM Plex Mono, Monaco, 'Courier New', monospace",


"editor.fontSize": 14,
"editor.lineHeight": 25,
"editor.tabSize": 2,
"editor.wordWrap": "on",
"window.zoomLevel": 0,
"workbench.startupEditor": "newUntitledFile",
"workbench.activityBar.visible": true,
"liveServer.settings.donotShowInfoMsg": true,
"liveServer.settings.donotVerifyTags": true,
"explorer.confirmDragAndDrop": false,
"diffEditor.renderSideBySide": true,
"editor.formatOnSave": true,
"html.autoClosingTags": false,
"editor.autoIndent": false,
"editor.colorDecorators": false,
"editor.autoClosingBrackets": "always",
"editor.autoClosingQuotes": "always",
"files.associations": {
"*.js": "javascriptreact"
},
"workbench.colorTheme": "Origamid Next",
"workbench.iconTheme": "origamid-icons",
"editor.minimap.renderCharacters": false,
"breadcrumbs.enabled": true,
"breadcrumbs.filePath": "off",
"breadcrumbs.icons": false,
"outline.icons": false
"telemetry.enableCrashReporter": false,
"telemetry.enableTelemetry": false,
"color-highlight.markerType": "dot-before",
"editor.renderWhitespace": "selection",
"workbench.statusBar.visible": true,
"[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"explorer.sortOrder": "type",
"window.title": "${activeEditorMedium}${separator}${rootName}",
}

You might also like