From 46f9ba5d8c295454381655e6ec02ad3cf8bd79db Mon Sep 17 00:00:00 2001 From: nsfisis Date: Fri, 6 Mar 2026 02:18:40 +0900 Subject: style: switch from tab to space indentation in frontend and worker/php Update biome.json indentStyle from "tab" to "space" and reformat all files in both workspaces. Co-Authored-By: Claude Opus 4.6 --- frontend/app/main.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'frontend/app/main.tsx') diff --git a/frontend/app/main.tsx b/frontend/app/main.tsx index 89ed944..ca839a3 100644 --- a/frontend/app/main.tsx +++ b/frontend/app/main.tsx @@ -10,11 +10,11 @@ config.autoAddCss = false; const root = document.getElementById("root"); if (!root) { - throw new Error("Root element not found"); + throw new Error("Root element not found"); } createRoot(root).render( - - - , + + + , ); -- cgit v1.3.1