フォーマッターしたい(typstyle

$ typstyle --check src/*.typ
$ typstyle --diff src/*.typ
$ typstyle --inplace src/*.typ

typstyleコマンドでTypstファイルをフォーマットできます。 zero-configで利用できるので、とりあえず導入するとよいです。

インストール(typstyle

$ brew install typstyle
$ typstyle -V
typstyle 0.13.17

typstyleはHomebrewでインストールできます。

$ cargo install typstyle

Rustで書かれているためcargoでもインストールできます。