From 2ef118bc6d95f288870f1fc7eb9379f1c2e664a6 Mon Sep 17 00:00:00 2001 From: synzr Date: Sun, 30 Nov 2025 21:36:49 +0500 Subject: [PATCH] chore(editor): enable `formatOnSave` --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }