statistiques/.vscode/settings.json

8 lines
105 B
JSON
Raw Normal View History

2024-06-02 14:34:08 +02:00
{
"search.exclude": {
"**/.yarn": true,
"**/.pnp.*": true
2024-09-06 14:33:55 +02:00
},
"editor.formatOnSave": true
2024-06-02 14:34:08 +02:00
}