taplo

TOML toolkit for linting, formatting, and validating TOML files

brewmacoslinux
Try with needOr install directly
Source

About

TOML toolkit written in Rust

Commands

taplo

Examples

Format a TOML file in place$ taplo fmt config.toml
Lint a TOML file for errors and style issues$ taplo lint Cargo.toml
Format all TOML files in a directory recursively$ taplo fmt --check .