helix arduino nushell snapper

This commit is contained in:
Tao Tien 2024-04-29 13:53:43 -07:00
parent 8da10747bf
commit 333fc943df
6 changed files with 32 additions and 20 deletions

View file

@ -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;