Enforce VSCode settings for all developers

But continue to allow own launch and other VSCode files per each working
directory.
This commit is contained in:
Simon Rozman 2024-02-07 12:40:34 +01:00
parent 81240397d7
commit bf94c6a53a

6
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,6 @@
{
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.codeActionsOnSave": ["source.formatDocument"]
}