latexindent

Automatically indent LaTeX source code for improved readability

brewmacoslinux
Try with needOr install directly
Source

About

Add indentation to LaTeX files

Commands

latexindent

Examples

Indent a LaTeX file and display the result$ latexindent myfile.tex
Indent a file and save changes in-place with backup$ latexindent -w -b myfile.tex
Indent with custom settings from a configuration file$ latexindent -l myconfig.yaml myfile.tex