1
0
Fork 0

format on save

This commit is contained in:
Lucas 2024-01-29 12:03:37 +01:00
parent 3f79c5030b
commit 96e737484b

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

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