diff --git a/.vscode/settings.json b/.vscode/settings.json index bc31e15..a6dc134 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,6 @@ { "files.associations": { "*.css": "tailwindcss" - } + }, + "editor.formatOnSave": true }