firefox and typst conifg

This commit is contained in:
twoneis 2024-08-12 19:03:34 +02:00
parent e5b0bd046d
commit 035d73e16c
2 changed files with 124 additions and 102 deletions

View file

@ -34,5 +34,10 @@
formatter = { command = "clang-format"; args = [ "-style=file" ]; };
indent = { tab-width = 8; unit = " "; };
file-types = [ "cpp" "hpp" ];
} {
name = "typst";
auto-format = true;
formatter = { command = "typstfmt"; };
file-types = [ "typ" ];
}];
}