EXE
WinGet
typstyle
Wenzhuo Liu · 0.13.11 · 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.11
Description
Beautiful and reliable typst code formatter
License
Apache-2.0
↗
Installer URL
https://github.com/typstyle-rs/typstyle/releases/download/v0.13.11/typstyle-aarch64-pc-windows-msvc.exe
Release Notes
- Feature(CLI): (breaking) Removed deprecated format-all command from CLI. This command was previously deprecated and has now been completely removed. Users should use typstyle <dir> -i instead.
- Feature(CLI): Added --timing option to CLI for displaying elapsed time during formatting operations. Users can now monitor the performance of formatting operations with this new debug flag.
- Feature: Empty code blocks no longer get extra spaces added.
For example, #{} will now be formatted as #{} in…