From 752d50b4154423940d9c6a2670eaa8a4720e9c95 Mon Sep 17 00:00:00 2001 From: Jose Storopoli Date: Sat, 24 Feb 2024 16:21:57 -0300 Subject: [PATCH] docs: add typst and typstfmt (#267) - adds typst and typstfmt to the list of known formatters in the docs --- docs/formatters.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/formatters.md b/docs/formatters.md index 7cc3f3f..e4f7c87 100644 --- a/docs/formatters.md +++ b/docs/formatters.md @@ -39,6 +39,8 @@ Single-language formatters: - [shfmt](#shfmt) - [Terraform](#terraform) - [terraform fmt](#terraform-fmt) +- [Typst](#typst) + - [typstfmt](#typstfmt) Multilanguage formatters: @@ -237,6 +239,15 @@ options = ["fmt"] includes = ["*.tf"] ``` +## Typst + +### [typstfmt](https://github.com/astrale-sharp/typstfmt) + +``` +command = "typstfmt" +includes = ["*.typ", "*.typst"] +``` + ## Multi-language formatters ### [clang-format](https://clang.llvm.org/docs/ClangFormat.html)