15 lines
392 B
JSON
15 lines
392 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"prettier.proseWrap": "always",
|
|
|
|
"prettier.tabWidth": 2,
|
|
"editor.tabSize": 2,
|
|
"workbench.iconTheme": "material-icon-theme",
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"workbench.colorTheme": "Default Light+",
|
|
"javascript.format.semicolons": "insert",
|
|
"window.zoomLevel": 0
|
|
|
|
// "eslint.workingDirectories": ["./packages/desktop"]
|
|
}
|