-
### issue
this would introduce compatibility with a wrapped treefmt binary that already encodes a `--config /nix/store/path`.
e.g. using this as a formatter seems convenient to me:
```nix
…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### What happened?
This was disabled because we couldn't get it to work.
### Expected Behavior
_No response_
##…
-
Thanks for your work on treefmt.
**Describe the bug**
When running `treefmt-nix` with a list of files to format, only the first file is considered while any remaining files are ignored. This onl…
-
**Describe the bug**
I just tried to update to `2.1.0` from `2.0.5`. But now I start getting
```
Error: failed to open cache: timeout
```
I get this issue every time I try to run `treefmt` vi…
-
## Features
- automated formatting: `cargo fmt`, `treefmt`
- automated tests: `cargo test`, `venom`, `hurl`
- automated security audits: `cargo auditable`, `cargo audit`, `cargo vet`, `trivy`, `tru…
-
**Describe the bug**
The just formatter always updates the timestamp of the file regardless of whether the file is changed or not.
```
DEBU formatter | just: executing: /nix/store/0irlcqx2n3qm6…
-
[`treefmt`](https://github.com/numtide/treefmt) is a CLI tool to format all files in a repository. It recurses through a directory and calls the right formatter based on the type of file it finds.
…
-
zimbatm has finally gotten around to do https://github.com/numtide/treefmt
This is a standardized code formatter that should work uniformly and in parallel around many code formatters out there and…
-
**Describe the bug**
If two processes invoke treefmt at the same time, all the eval cache mtime calculation get messed up.
-
Hi,
After recent upgrade, I've encontered below error running `nix fmt`
```
treefmt: error: failed to generate change set: failed to open git index: invalid checksum
```
Any idea what might…