mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 09:39:57 +00:00
Also format .blade.php files by default VSCode formatting rules
This commit is contained in:
parent
9cea0c77cd
commit
2f00d673a7
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user