Jonas Chevalier
Jonas Chevalier
It's not a priority right now. This is mostly handy in cases where the cloud auto-scaler is being used.
/cc @pvsr
try `treefmt.config.settings.global.excludes = [ "dir1" "dir2" ]`
assuming it's fixed
/cc @Ruixi-rebirth that added the formatter
this is better handled by treefmt2, since it can now use `git ls-files` as a backend
Waiting for nixos-unstable to become available: https://nixpk.gs/pr-tracker.html?pr=323172
Add all of those formatters: https://github.com/vim-autoformat/vim-autoformat#default-formatprograms
And also https://github.com/sbdchd/neoformat
The best is to talk to upstream so they add the missing options. Iterating over files in rust is always going to be faster than spawning a new process on...