feat: add typstyle formatter

This commit is contained in:
Youwen Wu 2024-09-27 15:02:17 -07:00
parent da19031199
commit bb1414cd0e
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -92,6 +92,7 @@
html = [ "prettier" ]; html = [ "prettier" ];
javascript = [ "prettier" ]; javascript = [ "prettier" ];
typescript = [ "prettier" ]; typescript = [ "prettier" ];
typst = [ "typstyle" ];
# "*" = ["codespell"]; # "*" = ["codespell"];
"_" = [ "trim_whitespace" ]; "_" = [ "trim_whitespace" ];
}; };