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-analyzer
rustfmt
# Nix
alejandra
@ -522,7 +523,7 @@
python = ["black"];
nix = ["alejandra"];
svelte = ["prettier"];
rust = ["rust-analyzer"];
rust = ["rustfmt"];
"*" = ["codespell"];
"_" = ["trim_whitespace"];
};