helix arduino nushell snapper
This commit is contained in:
parent
8da10747bf
commit
333fc943df
6 changed files with 32 additions and 20 deletions
|
|
@ -54,6 +54,7 @@
|
|||
language = [
|
||||
{
|
||||
name = "arduino";
|
||||
grammar = "arduino";
|
||||
scope = "source.arduino";
|
||||
injection-regex = "arduino";
|
||||
file-types = ["ino" "cpp" "h"];
|
||||
|
|
@ -67,7 +68,7 @@
|
|||
auto-format = true;
|
||||
formatter = {
|
||||
command = "clang-format";
|
||||
args = ["--style=file:/home/tao/Templates/clang-format"];
|
||||
args = ["--style=file:/home/tao/templates/clang-format"];
|
||||
};
|
||||
}
|
||||
{
|
||||
|
|
@ -75,7 +76,7 @@
|
|||
auto-format = true;
|
||||
formatter = {
|
||||
command = "clang-format";
|
||||
args = ["--style=file:/home/tao/Templates/clang-format"];
|
||||
args = ["--style=file:/home/tao/templates/clang-format"];
|
||||
};
|
||||
indent = {
|
||||
tab-width = 8;
|
||||
|
|
@ -87,7 +88,7 @@
|
|||
auto-format = true;
|
||||
formatter = {
|
||||
command = "clang-format";
|
||||
args = ["--style=file:/home/tao/Templates/clang-format"];
|
||||
args = ["--style=file:/home/tao/templates/clang-format"];
|
||||
};
|
||||
indent = {
|
||||
tab-width = 8;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue