mirror of
https://github.com/grocy/grocy.git
synced 2026-03-28 15:49:25 +01:00
Optimized VSCode formatter handling
This commit is contained in:
parent
c70a7efd15
commit
a5ea20afc6
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"phpserver.relativePath": "public",
|
||||
"editor.formatOnType": true,
|
||||
"editor.formatOnPaste": true,
|
||||
"editor.formatOnPaste": false,
|
||||
"editor.formatOnSave": true,
|
||||
"editor.insertSpaces": false,
|
||||
"javascript.format.placeOpenBraceOnNewLineForControlBlocks": true,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user