disable global rustfmt config

This commit is contained in:
xfy
2025-05-16 15:12:29 +08:00
parent f5bf58b6dc
commit 5a880d2768
3 changed files with 12 additions and 11 deletions

View File

@ -6,9 +6,9 @@ return {
["rust-analyzer"] = {
standalone = true,
checkOnSave = true,
rustfmt = {
overrideCommand = { "leptosfmt", "--stdin", "--rustfmt" },
},
-- rustfmt = {
-- overrideCommand = { "leptosfmt", "--stdin", "--rustfmt" },
-- },
cargo = {
allFeatures = true,
loadOutDirsFromCheck = true,