Switch to use PHP-CS-Fixer to format PHP files

This commit is contained in:
Bernd Bestel
2020-09-01 21:22:50 +02:00
parent 0ed1813bee
commit 3da8904cba
2 changed files with 100 additions and 0 deletions

View File

@@ -11,4 +11,7 @@
"blade.format.enable": true,
"html.format.wrapAttributes": "force",
"html.format.wrapLineLength": 0,
"php-cs-fixer.formatHtml": true,
"php-cs-fixer.autoFixBySemicolon": true,
"php-cs-fixer.onsave": true,
}