firefox and typst conifg
This commit is contained in:
parent
e5b0bd046d
commit
035d73e16c
2 changed files with 124 additions and 102 deletions
|
@ -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" ];
|
||||
}];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue