mirror of
https://github.com/grocy/grocy.git
synced 2026-03-27 23:29:25 +01:00
11 lines
393 B
JSON
11 lines
393 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"
|
|
}
|