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]] [[language]]
name = "nix" name = "nix"
formatter = { command = "nixfmt" } formatter = { command = "nixfmt" }
[[language]]
name = "typst"
formatter = { command = "typstyle" }
auto-format = true

View file

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