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"]