mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 20:26:42 +00:00
Also format .blade.php files by default VSCode formatting rules
This commit is contained in:
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
@@ -6,5 +6,8 @@
|
|||||||
"javascript.format.placeOpenBraceOnNewLineForControlBlocks": true,
|
"javascript.format.placeOpenBraceOnNewLineForControlBlocks": true,
|
||||||
"javascript.format.placeOpenBraceOnNewLineForFunctions": true,
|
"javascript.format.placeOpenBraceOnNewLineForFunctions": true,
|
||||||
"javascript.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions": false,
|
"javascript.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions": false,
|
||||||
"javascript.preferences.quoteStyle": "double"
|
"javascript.preferences.quoteStyle": "double",
|
||||||
|
"blade.format.enable": true,
|
||||||
|
"html.format.wrapAttributes": "force",
|
||||||
|
"html.format.wrapLineLength": 0
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user