topiary

Uniform code formatter for simple languages using Tree-sitter

brewmacoslinux
Try with needOr install directly
Source

About

Uniform formatter for simple languages, as part of the Tree-sitter ecosystem

Commands

topiary

Examples

Format a single file in place$ topiary format --in-place path/to/file.rs
Format a file and output to stdout$ topiary format path/to/file.toml
Format all files in a directory$ topiary format --in-place src/