This commit is contained in:
Tao Tien 2024-02-19 21:44:08 -08:00
parent e181c14101
commit 0c3f833bb1

View file

@ -42,6 +42,20 @@
{ name = "java"; auto-format = true; indent = { tab-width = 4; unit = "\t"; }; } { name = "java"; auto-format = true; indent = { tab-width = 4; unit = "\t"; }; }
{ name = "nix"; auto-format = true; formatter = { command = "nixpkgs-fmt"; }; } { name = "nix"; auto-format = true; formatter = { command = "nixpkgs-fmt"; }; }
{ name = "typst"; indent = { tab-width = 4; unit = " "; }; } { name = "typst"; indent = { tab-width = 4; unit = " "; }; }
{
name = "rust";
language-server.rust-analyzer.config = {
procMacro = {
ignored = {
leptos_macro = [
# Optional:
# "component",
"server"
];
};
};
};
}
]; ];
grammar = [ grammar = [
{ {