EXE
WinGet
typstyle
Wenzhuo Liu · 0.13.0 · arm64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Portable application — no installation required. Run the executable directly from any location.
File Identity
Filename
typstyle-aarch64-pc-windows-msvc.exe
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
Enter-tainer.typstyle
Version
0.13.0
Description
Beautiful and reliable typst code formatter
License
Apache-2.0
↗
Installer URL
https://github.com/Enter-tainer/typstyle/releases/download/v0.13.0/typstyle-aarch64-pc-windows-msvc.exe
Release Notes
- Bump to typst v0.13.0
- Regression: In typst v0.13.0, PR #5310 changes the parsing behavior of comments when it presenting in list, enum and term list. In this verison, the indent level of the comment in list, enum and term list determined by the next item, not the previous item. For example,
- Fruit
- Apple
- Banana
// - Orange
- Vegetable
- Carrot
- Tomato
will be formatted as this in this version. Note that the // - Orange is misindented. It is indented to the same level as - Vege…