mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
fix: use correct conform formatter for rust
This commit is contained in:
parent
b1c8959a85
commit
0a5b76c290
1 changed files with 2 additions and 1 deletions
|
@ -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"];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue