1
0
Fork 0

format on save

This commit is contained in:
Lucas 2024-01-29 12:03:37 +01:00
parent f4cda041f2
commit 09f359fc99

4
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,4 @@
{
"prettier.eslintIntegration": true,
"editor.formatOnSave": true
}