mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-25 02:03: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
|
||||||
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"];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue