mirror of
https://github.com/grocy/grocy.git
synced 2026-03-27 23:29: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",
|
"phpserver.relativePath": "public",
|
||||||
"editor.formatOnType": true,
|
"editor.formatOnType": true,
|
||||||
"editor.formatOnPaste": true,
|
"editor.formatOnPaste": false,
|
||||||
"editor.formatOnSave": true,
|
"editor.formatOnSave": true,
|
||||||
"editor.insertSpaces": false,
|
"editor.insertSpaces": false,
|
||||||
"javascript.format.placeOpenBraceOnNewLineForControlBlocks": true,
|
"javascript.format.placeOpenBraceOnNewLineForControlBlocks": true,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user