chore: format on save

This commit is contained in:
Sébastien Arod 2024-09-06 14:33:55 +02:00
parent 19859ce7c7
commit f54a860359

View file

@ -2,5 +2,6 @@
"search.exclude": { "search.exclude": {
"**/.yarn": true, "**/.yarn": true,
"**/.pnp.*": true "**/.pnp.*": true
} },
"editor.formatOnSave": true
} }