cargo bin to path, bottom
This commit is contained in:
parent
4deb234893
commit
a71b42e0f6
6 changed files with 40 additions and 9 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue