This commit is contained in:
do butterflies cry? 2026-03-21 10:25:31 +10:00
parent 2d677a19ac
commit e3453b0a87
Signed by: cry
GPG key ID: F68745A836CA0412
20 changed files with 668 additions and 274 deletions

View file

@ -196,6 +196,10 @@ in {
formatter.command = "${pkgs.clang-tools}/bin/clang-format";
language-servers = ["clangd"];
}
{
name = "cpp";
file-types = ["cc" "hh" "cpp" "hpp" "cxx" "hxx"];
}
{
name = "haskell";
auto-format = true;