Jonas Chevalier zimbatm
zimbatm approved numtide/treefmt#33 2024-05-01 12:48:33 +00:00
Stats output similar to treefmt.rs

very nice!

zimbatm deleted branch feat/init from numtide/treefmt 2024-02-28 10:11:01 +00:00
zimbatm opened issue numtide/treefmt#28 2024-02-28 08:38:48 +00:00
Use go-walk
zimbatm commented on pull request numtide/treefmt#26 2024-02-24 10:06:33 +00:00
Implement Init and fix setting build variables

It would be nice to say something like "Generated treefmt.toml. Now it's your turn to edit it."

zimbatm commented on pull request numtide/treefmt#26 2024-02-24 10:06:33 +00:00
Implement Init and fix setting build variables

Move this in the other loop, so the Args aren't being looped twice

zimbatm commented on pull request numtide/treefmt#26 2024-02-24 10:05:36 +00:00
Implement Init and fix setting build variables

Never mind, I missed that it runs before the CLI parser.

zimbatm commented on pull request numtide/treefmt#26 2024-02-24 09:25:13 +00:00
Implement Init and fix setting build variables

you can use path.join(WorkingDirectory, ConfigFile) to make the file configurable

zimbatm commented on pull request numtide/treefmt#27 2024-02-24 09:19:50 +00:00
WIP: doc/readme

Let's remove the authors list, it doesn't make a lot of sense

zimbatm pushed to main at numtide/treefmt 2024-02-19 09:55:00 +00:00
9de4fd4cf9 Merge pull request 'Feature parity with treefmt.rs' (#22) from feat/explicit-paths-and-stdin into main
2b49923bf7 feat: add an example of 'before'
f4700c4e63 doc: update licence copyright year
cb8565d683 fix: reduce log verbosity
da82b80f29 feat: support --no-cache
Compare 8 commits »
zimbatm deleted branch feat/explicit-paths-and-stdin from numtide/treefmt 2024-02-19 09:55:00 +00:00
zimbatm merged pull request numtide/treefmt#22 2024-02-19 09:54:58 +00:00
Feature parity with treefmt.rs
zimbatm approved numtide/treefmt#22 2024-02-15 20:58:20 +00:00
Feature parity with treefmt.rs

yep this is great. I need to do some manual testing to get a better sense of the behaviour, but I think this can be merge already.

zimbatm created branch why-riig in numtide/treefmt 2024-02-14 15:33:30 +00:00
zimbatm pushed to why-riig at numtide/treefmt 2024-02-14 15:33:30 +00:00
e809d2bd93 REAMDE: add riig section
zimbatm commented on pull request numtide/treefmt#22 2024-01-16 10:54:41 +00:00
Feature parity with treefmt.rs

How about passing the list of files to the walker?

$ git ls-files flake.nix doesnt-exists
flake.nix
zimbatm pushed to main at numtide/treefmt 2024-01-15 10:46:51 +00:00
b109358490 feat: create config package (#25)
zimbatm merged pull request numtide/treefmt#25 2024-01-15 10:46:49 +00:00
feat: create config package
zimbatm commented on pull request numtide/treefmt#22 2024-01-13 19:22:29 +00:00
Feature parity with treefmt.rs

Imagine you want to integrate treefmt with your editor. For example, format the file on save. How does the editor know which files should be formatted? I assume it would just call `treefmt…