-
**Is your feature request related to a problem? Please describe.**
The formatter snippets are currently only available to Nix users. It should be possible to re-export the data to TOML, so it's als…
-
## What I'd like to achieve ultimately
https://github.com/srid/haskell-template/issues/76
tldr; `fourmolu` (a Haskell formatter supported by treefmt) takes a configuration file called [`fourmolu…
-
I'd like to minimize the Nix stub required to use treefmt in my projects. Presently, there is a ~40 line nix that provides me `nix run .#format` (runs treefmt in project tree) as well a flake check th…
-
The readme is only getting bigger. We should have a more robust set of docs. I'm open to suggestions.
-
**Describe the bug**
`pkgs.treefmt` from nixpkgs has `meta.description` (which is useful in devshell banners), however the wrapper script returned by passthru's `withConfig` wrapper script has no s…
-
https://github.com/srid/treefmt-flake/issues/1#issuecomment-1225915012
-
I tried using this as a [flake-parts module](https://github.com/numtide/treefmt-nix/issues/1). Relevant PRs,
- https://github.com/srid/treefmt-flake/pull/6 (flake-parts module)
- https://github.co…
-
Steps I took:
1. I downloaded the binary for unknown Linux x64 and made sure that the check sum matches.
2. I unpacked the tar.gz and checked that the file has execution permissions.
3. I run ./…
-
Currently there is a post-processing step which ensures relative paths are expanded into absolute paths and searches for the config file if required.
https://github.com/numtide/treefmt/blob/fc1331…
-
I run the command in a dir where there's a go file which looks like this (the curly brace on a new line):
```
func main()
{
fmt.Println("hello world")
}
```
There's zero output, however I w…