1
0
Fork 0
mirror of synced 2024-07-05 14:31:17 +12:00

Merge branch 'master' into BUDI-7654/expose-migration-status-to-the-fe

This commit is contained in:
Adria Navarro 2023-12-14 11:45:48 +01:00 committed by GitHub
commit 1fdc5ae8f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
{
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"[json]": {