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/components/InputText.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'frontend/app/components/InputText.tsx') diff --git a/frontend/app/components/InputText.tsx b/frontend/app/components/InputText.tsx index 9b57a74..76ca860 100644 --- a/frontend/app/components/InputText.tsx +++ b/frontend/app/components/InputText.tsx @@ -3,10 +3,10 @@ import React from "react"; type InputProps = React.InputHTMLAttributes; export default function InputText(props: InputProps) { - return ( - - ); + return ( + + ); } -- cgit v1.3.1