93f29734b7
* Tweaks and backend vscode settings * Version bump
8 lines
168 B
JSON
8 lines
168 B
JSON
{
|
|
"editor.insertSpaces": false,
|
|
"editor.formatOnSave": true,
|
|
"files.trimTrailingWhitespace": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": true
|
|
}
|
|
} |