treefmt icon indicating copy to clipboard operation
treefmt copied to clipboard

one CLI to format your repo

Results 62 treefmt issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** treefmt 0.4.1 I am getting `thread 'main' panicked at 'assertion failed: command.is_absolute()', src/formatter.rs:165:9` when treefmt cannot resolve a formatter's filepath...

enhancement

**Is your feature request related to a problem? Please describe.** When using [cabal-fmt](https://github.com/phadej/cabal-fmt), the file can be updated if there are new haskell modules in the project. The cache doesn't...

enhancement

**Is your feature request related to a problem? Please describe.** I would like to be able to format specific ranges of files. For example, given the following file: ```sh if...

enhancement

Anecodically, for project having 4k files and 7 different formatters, this change can reduce time it takes for treefmt(1) to figure out that it has nothing to do from ~350ms...

**Is your feature request related to a problem? Please describe.** I configured the formatter `dos2unix` which I essentially applied to all files in the project, then everything seemed to work...

enhancement

Since the addition of the --hidden flag missed the 6.1 release by 1 day (#250), it would be great if a new version could be released. (I've resorted to building...

enhancement

**Is your feature request related to a problem? Please describe.** I configure the team's treefmt via treefmt-nix but the team doesnt know anything about treefmt, they run it via `make...

enhancement

Executing treefmt --formatters errors out because of other missing formatters specified in the config.

bug
good first issue

I am not sure if this is intended or not, but hidden files are not formatted while running `treefmt` in the project root directory. I do not see why hidden...

enhancement