Also format .blade.php files by default VSCode formatting rules

This commit is contained in:
Bernd Bestel 2020-08-30 22:08:17 +02:00
parent 9cea0c77cd
commit 2f00d673a7
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -6,5 +6,8 @@
"javascript.format.placeOpenBraceOnNewLineForControlBlocks": true,
"javascript.format.placeOpenBraceOnNewLineForFunctions": true,
"javascript.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions": false,
"javascript.preferences.quoteStyle": "double"
"javascript.preferences.quoteStyle": "double",
"blade.format.enable": true,
"html.format.wrapAttributes": "force",
"html.format.wrapLineLength": 0
}