cpp to helix
This commit is contained in:
parent
e0b023657e
commit
2cb7c48d53
1 changed files with 6 additions and 0 deletions
|
@ -28,5 +28,11 @@
|
||||||
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" ];
|
file-types = [ "c" "h" ];
|
||||||
|
} {
|
||||||
|
name = "cpp";
|
||||||
|
auto-format = true;
|
||||||
|
formatter = { command = "clang-format"; args = [ "-style=file" ]; };
|
||||||
|
indent = { tab-width = 8; unit = " "; };
|
||||||
|
file-types = [ "cpp" "hpp" ];
|
||||||
}];
|
}];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue