Fixed conflicting php-cs-fixer VSCode setting

This commit is contained in:
Bernd Bestel 2022-09-28 11:17:03 +02:00
parent bb0cc50ffc
commit 121050960c
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -12,6 +12,5 @@
"html.format.wrapAttributes": "force",
"html.format.wrapLineLength": 0,
"php-cs-fixer.formatHtml": true,
"php-cs-fixer.autoFixBySemicolon": true,
"php-cs-fixer.onsave": true,
"php-cs-fixer.autoFixBySemicolon": true
}