From 08504cf64efd35bae5f552d23a944d47f3c6c53d Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Thu, 14 Nov 2024 07:45:21 -0800 Subject: [PATCH] cleanup: removing leptos specific dev environment --- leptosfmt.toml | 2 -- rust-analyzer.json | 13 ------------- rust-analyzer.toml | 8 -------- 3 files changed, 23 deletions(-) delete mode 100644 leptosfmt.toml delete mode 100644 rust-analyzer.json delete mode 100644 rust-analyzer.toml diff --git a/leptosfmt.toml b/leptosfmt.toml deleted file mode 100644 index 809d5d6..0000000 --- a/leptosfmt.toml +++ /dev/null @@ -1,2 +0,0 @@ -[attr_values] -class = "Tailwind" # "Tailwind" is the only attribute value formatter available for now diff --git a/rust-analyzer.json b/rust-analyzer.json deleted file mode 100644 index 6e3e046..0000000 --- a/rust-analyzer.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "rustfmt": { - "overrideCommand": ["leptosfmt", "--stdin", "--rustfmt"] - }, - "procMacro": { - "ignored": { - "leptos_macro": ["component"] - } - }, - "diagnostic": { - "disabled": ["macro-error"] - } -} diff --git a/rust-analyzer.toml b/rust-analyzer.toml deleted file mode 100644 index bcfa0dc..0000000 --- a/rust-analyzer.toml +++ /dev/null @@ -1,8 +0,0 @@ -[rustfmt] -overrideCommand = ["leptosfmt", "--stdin", "--rustfmt"] - -[procMacro.ignored] -leptos_macro = ["component"] - -[diagnostic] -disabled = ["macro-error"]