mirror of
https://github.com/grocy/grocy.git
synced 2026-03-27 23:29:25 +01:00
Added VSCode JS formatting settings
This commit is contained in:
parent
747660d909
commit
e0e3212f13
9
.vscode/settings.json
vendored
9
.vscode/settings.json
vendored
|
|
@ -1,3 +1,10 @@
|
|||
{
|
||||
"phpserver.relativePath": "public"
|
||||
"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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user