From 8236c7b3f5ec82a302c357ba0ce8f38c7698bd82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20B=C3=A1csi?= Date: Mon, 17 Nov 2025 13:15:10 +0100 Subject: [PATCH] fix: missing brackets for typst.format.type after treewide formatter change --- modules/plugins/languages/typst.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/plugins/languages/typst.nix b/modules/plugins/languages/typst.nix index 41c33dba..10783b61 100644 --- a/modules/plugins/languages/typst.nix +++ b/modules/plugins/languages/typst.nix @@ -92,7 +92,7 @@ }; }; - defaultFormat = "typstyle"; + defaultFormat = ["typstyle"]; formats = { # https://github.com/Enter-tainer/typstyle typstyle = {