mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-12-08 13:13:55 +00:00
fix: missing brackets for typst.format.type after treewide formatter change
This commit is contained in:
parent
c022a9ea08
commit
8236c7b3f5
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
defaultFormat = "typstyle";
|
defaultFormat = ["typstyle"];
|
||||||
formats = {
|
formats = {
|
||||||
# https://github.com/Enter-tainer/typstyle
|
# https://github.com/Enter-tainer/typstyle
|
||||||
typstyle = {
|
typstyle = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue