style: format with typstyle

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

View file

@ -84,7 +84,7 @@
inherit (commonArgs) fontPaths virtualPaths;
packages = [
watch-script
pkgs.typstfmt
pkgs.typstyle
pkgs.tinymist
pkgs.nixfmt-rfc-style