-
For a config like,
```nix
fmt = {
exec = pkgs.treefmt;
category = "Dev Tools";
};
```
mission-control generates `, treefmt`. But we want it to be…
-
This is follow up to #9
- [x] Nixify shared-kernel and beckn-gateway, and decouple much of the overrides to them
- [ ] Autoformatting and linting
- [x] Put nix/treefmt.nix module in a shared pl…
-
cf. https://github.com/numtide/treefmt-nix/issues/49
Would you be open to a PR for this?
-
最近触る言語は大抵 オフィシャルかデファクトの高速な formatter を備えている。慣れるとやはり楽……
Ruby は 歴史の積み重ねから公式のフォーマットというのはまだ無いのかな? ([tDiary とかハードタブ且つ3だったし](https://sho.tdiary.net/20030213.html))
それはそれで良いと思うんだけど、自分で書いてても微妙なインデントミスとか一々直す…
-
**Describe the bug**
treefmt-nix doesn't evaluate correctly when using the latest nixpkgs flake. Expect:
```
error: attribute 'busybox' missing
at /nix/store/w92n9zhbizs1l3vy1x…
-
https://github.com/dhall-lang/dhall-haskell/pull/137
It takes one file at a time in the command line, though. Is this mode supported by treefmt?
```
dhall format --inplace ./foo.dhall
```
-
To be done on top of #39
Document how to remove
- The `./docs` directory and associated flake outs
- `treefmt` (toml, nix, etc.)
- Relude
- ... ?
-
https://github.com/numtide/treefmt-nix
This special purpose collection is likely to be better maintained.
-
**Is your feature request related to a problem? Please describe.**
The readme mentions:
```
Caching the changed files: When formatters are run in a script, they process all the files they encount…
-
**Describe the bug**
When i run `git commit` in terminal, ormolu check doesn't work (coz ormolu itself doesn't work).
When i hit commit button in VSCode everything is fine though, ormolu works just …