From cb399f97d4ca817e48153070dbb4475a4991d519 Mon Sep 17 00:00:00 2001 From: Tim Basten Date: Tue, 10 Mar 2026 19:05:57 +0800 Subject: [PATCH] fix --- .prettierrc | 4 ++++ frontend/index.html | 40 +++++++++++++++++++++++++++++++--------- 2 files changed, 35 insertions(+), 9 deletions(-) create mode 100644 .prettierrc diff --git a/.prettierrc b/.prettierrc new file mode 100644 index 0000000..4322294 --- /dev/null +++ b/.prettierrc @@ -0,0 +1,4 @@ +{ + "printWidth": 120, + "singleAttributePerLine": false +} diff --git a/frontend/index.html b/frontend/index.html index 3683b27..2346a5f 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -14,16 +14,38 @@