EXE
WinGet
typstyle
Wenzhuo Liu · 0.12.15 · 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.12.15
Description
Beautiful and reliable typst code formatter
License
Apache-2.0
↗
Installer URL
https://github.com/Enter-tainer/typstyle/releases/download/v0.12.15/typstyle-aarch64-pc-windows-msvc.exe
Release Notes
- Feat: add --tab-width cli option to set the number of spaces for indentation. The default value is 2.
- Fix: typstyle-cli now outputs the original source when the input syntax is erroneous.
- Fix: issues with list/enum/term item indent and linebreak with comments are fixed. Now linebreaks in items are preserved. Items in content blocks will be surrounded with linebreaks when necessary (also to avoid ambiguity).
For example, the code
+
+ xyz
-
xyz
- //foo
- xyz
//bar
/ 4:
// 4
/…