desktop-windows/AppData/Roaming/Code/User/settings.json

18 lines
636 B
JSON
Raw Permalink Normal View History

2023-08-06 22:42:52 +02:00
{
"workbench.colorTheme": "Monokai",
"workbench.startupEditor": "newUntitledFile",
"files.autoSave": "onFocusChange",
"editor.tabSize": 2,
"editor.renderWhitespace": "boundary",
"editor.renderLineHighlight": "none",
"window.zoomLevel": 1,
"editor.fontSize": 16,
"editor.fontFamily": "PT Mono, monospace",
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"editor.lineNumbers": "off",
"editor.wordWrap": "on",
"editor.multiCursorModifier": "ctrlCmd",
"git.ignoreMissingGitWarning": true,
"workbench.statusBar.feedback.visible": false
}