mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-12-07 20:53:51 +00:00
Merge pull request #1230 from lackac/patch-2
fix: missing brackets for typst.format.type after treewide formatter …
This commit is contained in:
commit
f71493ad33
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
defaultFormat = "typstyle";
|
||||
defaultFormat = ["typstyle"];
|
||||
formats = {
|
||||
# https://github.com/Enter-tainer/typstyle
|
||||
typstyle = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue