Added VSCode JS formatting settings

This commit is contained in:
Bernd Bestel 2020-08-30 12:16:23 +02:00
parent 747660d909
commit e0e3212f13
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -1,3 +1,10 @@
{
"phpserver.relativePath": "public"
"phpserver.relativePath": "public",
"editor.formatOnType": true,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"javascript.format.placeOpenBraceOnNewLineForControlBlocks": true,
"javascript.format.placeOpenBraceOnNewLineForFunctions": true,
"javascript.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions": false,
"javascript.preferences.quoteStyle": "double"
}