typstfmt icon indicating copy to clipboard operation
typstfmt copied to clipboard

Results 34 typstfmt issues
Sort by recently updated
recently updated
newest added

[x] I have tested with the master version of typstfmt and not just typst-lsp **Describe the bug** Formatting with comments and bold end up creating `*//` symbols that are not...

Hey! Many thanks for your work on this project which keeps my thesis nice and clean ^^' I'm not entirely sure if this is intended behavior or if this can...

[ x] I have tested with the master version of typstfmt and not just typst-lsp **Describe the bug** typstfmt doesn't read a config file in the same folder as the...

- [x] I have tested with the master version of typstfmt and not just typst-lsp when formatting code block inside content block, it inserts one more indent after the block...

- [x] I have tested with the master version of typstfmt and not just typst-lsp Tested on commit 792f08f41d3c081bcc04675100e8a5f615567b3a **Describe the bug** Formatting a function with nothing inside it's body...

- [x] I have tested with the master version of typstfmt and not just typst-lsp Tested on commit 792f08f41d3c081bcc04675100e8a5f615567b3a **Describe the bug** Formatting a multi line comment that is inside...

Currently as of version 0.2.7 (46b4ec34) Long sentences get split up by adding a newline in the middle. Which is good. But I would also like to have every sentence...

I'm used to increasing indentation level based on the current heading level. It would be awesome if that could be an option :)

Before formatting ```typ #let template(doc) = { //typstfmt::off show figure.where(kind: table): it => align(center)[ #it.body ] //typstfmt::on // END ====================================================================== doc } #let template(doc) = [ //typstfmt::off #show figure.where(kind: table):...