Files
2020-09-20 22:28:41 +02:00

13 lines
322 B
JSON

{
"workbench.colorCustomizations": {
"titleBar.activeBackground": "#2b32c0",
"titleBar.activeForeground": "#FEE4ED"
},
"editor.formatOnSave": true,
"editor.tabSize": 2,
"files.eol": "\n",
"extensions.ignoreRecommendations": true,
"files.autoSave": "off",
"debug.allowBreakpointsEverywhere": true
}