feat: disable format on paste and format on type in VSCode settings

This commit is contained in:
Marco Pedone 2026-03-25 11:28:54 +01:00
parent 2f9a0762ad
commit 736f2c1583

View file

@ -3,6 +3,8 @@
"source.organizeImports.biome": "explicit",
"source.fixAll.biome": "explicit"
},
"editor.formatOnPaste": false,
"editor.formatOnType": false,
"editor.formatOnSave": true,
"npm.exclude": "**/.next/**",
"sqltools.connections": [