docs: add typst and typstfmt (#267)

- adds typst and typstfmt to the list of known formatters in the docs
This commit is contained in:
Jose Storopoli 2024-02-24 16:21:57 -03:00 committed by GitHub
parent 6db04e8833
commit 752d50b415
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)