style: format with typstyle
All checks were successful
Build / build (push) Successful in 1m32s

This commit is contained in:
Felix Schröter 2025-02-24 11:38:31 +01:00
parent bdd32a1a49
commit ef46569737
Signed by: felschr
GPG key ID: 671E39E6744C807D
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
[[language]]
name = "nix"
formatter = { command = "nixfmt" }
[[language]]
name = "typst"
formatter = { command = "typstyle" }
auto-format = true