From 06209b974095196af5c2653d1393641ef54af3e4 Mon Sep 17 00:00:00 2001 From: SegaraRai Date: Sat, 6 Jul 2024 15:12:12 +0900 Subject: [PATCH] chore: format --- .vscode/settings.json | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 47e4cc1..49ea07d 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,11 +1,4 @@ { - "cSpell.words": [ - "codegen", - "subdir", - "tailwindcss", - "typecheck" - ], - "tailwindCSS.experimental.classRegex": [ - "\"((?:[^\"\\\\]|\\\\.)*?)\"" - ] + "cSpell.words": ["codegen", "subdir", "tailwindcss", "typecheck"], + "tailwindCSS.experimental.classRegex": ["\"((?:[^\"\\\\]|\\\\.)*?)\""] }