tex-fmt

Extremely fast LaTeX formatter written in Rust

brewmacoslinux
Try with needOr install directly
Source

About

Extremely fast LaTeX formatter written in Rust

Commands

tex-fmt

Examples

Format a LaTeX file in-place$ tex-fmt file.tex
Format and output to stdout without modifying the file$ tex-fmt --check file.tex
Format all LaTeX files in a directory recursively$ tex-fmt --recursive .