added .h files to c for formatting and lsp in helix

This commit is contained in:
twoneis 2024-06-04 22:46:42 +02:00
parent da84a3ddf4
commit c7a37c8d2a

View file

@ -27,5 +27,6 @@
auto-format = true;
formatter = { command = "clang-format"; args = [ "-style=file" ]; };
indent = { tab-width = 8; unit = " "; };
file-types = [ "c" "h" ];
}];
}