Optimized VSCode formatter handling

This commit is contained in:
Bernd Bestel 2026-03-02 20:12:28 +01:00
parent c70a7efd15
commit a5ea20afc6
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -1,7 +1,7 @@
{
"phpserver.relativePath": "public",
"editor.formatOnType": true,
"editor.formatOnPaste": true,
"editor.formatOnPaste": false,
"editor.formatOnSave": true,
"editor.insertSpaces": false,
"javascript.format.placeOpenBraceOnNewLineForControlBlocks": true,