treefmt 0.6.1
Command-line application to format the code tree
This application provides a way to unify the formatting process of the codebase. It is nice for large code trees where using multiple formatters are common. treefmt
comes with the following features.
Unified CLI and output.
Runs formatters in parallel.
Cache changed files for performance.
The application does have some design decisions to keep in mind.
The source code is kept under version control, making it possible to revert and check changes.
Only one formatter per file, making outputs idempotent.
- Outputs:
out
- Website: https://numtide.github.io/treefmt
- Licenses: Expat
- Package source: gnu/packages/rust-apps.scm
- Builds: See build status
- Issues: See known issues
Installation
Install treefmt 0.6.1
as follows:
guix install treefmt@0.6.1
Or install the latest version:
guix install treefmt
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.