fix: missing brackets for typst.format.type after treewide formatter change

This commit is contained in:
László Bácsi 2025-11-17 13:15:10 +01:00 committed by GitHub
commit 8236c7b3f5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -92,7 +92,7 @@
}; };
}; };
defaultFormat = "typstyle"; defaultFormat = ["typstyle"];
formats = { formats = {
# https://github.com/Enter-tainer/typstyle # https://github.com/Enter-tainer/typstyle
typstyle = { typstyle = {