treefmt

Enforcing code formatting standards can make a project more readable and easier to work with. But in a large project or monorepo with many contributors, this can become a time-consuming task.

Each language requires its own formatter, and developers need to learn how to invoke each one. treefmt solves this by providing a single tool that traverses the code tree and maps each file to its respective code formatter.

It also keeps track of file modification time, so most runs only take a few milliseconds.

Get in touch with us.