mirror of
https://github.com/grocy/grocy.git
synced 2026-03-27 23:29:25 +01:00
14 lines
497 B
JSON
14 lines
497 B
JSON
{
|
|
"phpserver.relativePath": "public",
|
|
"editor.formatOnType": true,
|
|
"editor.formatOnPaste": true,
|
|
"editor.formatOnSave": true,
|
|
"javascript.format.placeOpenBraceOnNewLineForControlBlocks": true,
|
|
"javascript.format.placeOpenBraceOnNewLineForFunctions": true,
|
|
"javascript.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions": false,
|
|
"javascript.preferences.quoteStyle": "double",
|
|
"blade.format.enable": true,
|
|
"html.format.wrapAttributes": "force",
|
|
"html.format.wrapLineLength": 0
|
|
}
|