cargo bin to path, bottom

This commit is contained in:
Tao Tien 2024-04-11 08:32:50 -07:00
parent 4deb234893
commit a71b42e0f6
6 changed files with 40 additions and 9 deletions

View file

@ -55,6 +55,18 @@
unit = "\t";
};
}
{
name = "cpp";
auto-format = true;
formatter = {
command = "clang-format";
args = ["--style=file:/home/tao/Templates/clang-format"];
};
indent = {
tab-width = 8;
unit = "\t";
};
}
# { name = "css"; comment = "/*"; }
{
name = "html";
@ -91,6 +103,7 @@
tab-width = 4;
unit = " ";
};
text-width = 100;
}
];
language-servers = {