fix: use correct conform formatter for rust

This commit is contained in:
Youwen Wu 2024-08-19 00:54:34 -07:00
parent b1c8959a85
commit 0a5b76c290
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -12,6 +12,7 @@
# Rust # Rust
rust-analyzer rust-analyzer
rustfmt
# Nix # Nix
alejandra alejandra
@ -522,7 +523,7 @@
python = ["black"]; python = ["black"];
nix = ["alejandra"]; nix = ["alejandra"];
svelte = ["prettier"]; svelte = ["prettier"];
rust = ["rust-analyzer"]; rust = ["rustfmt"];
"*" = ["codespell"]; "*" = ["codespell"];
"_" = ["trim_whitespace"]; "_" = ["trim_whitespace"];
}; };