feat: disable format on paste and format on type in VSCode settings
This commit is contained in:
parent
2f9a0762ad
commit
736f2c1583
1 changed files with 2 additions and 0 deletions
2
apps/infoalloggi/.vscode/settings.json
vendored
2
apps/infoalloggi/.vscode/settings.json
vendored
|
|
@ -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": [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue