added .h files to c for formatting and lsp in helix
This commit is contained in:
parent
da84a3ddf4
commit
c7a37c8d2a
1 changed files with 5 additions and 4 deletions
|
@ -27,5 +27,6 @@
|
||||||
auto-format = true;
|
auto-format = true;
|
||||||
formatter = { command = "clang-format"; args = [ "-style=file" ]; };
|
formatter = { command = "clang-format"; args = [ "-style=file" ]; };
|
||||||
indent = { tab-width = 8; unit = " "; };
|
indent = { tab-width = 8; unit = " "; };
|
||||||
|
file-types = [ "c" "h" ];
|
||||||
}];
|
}];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue