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

**Describe the bug** Not sure if this is intended, it's at least unexpected. **To Reproduce** Steps to reproduce the behavior: 1. have `third_party/foo` that you want excluded 2. configure `treefmt.toml`...

bug

Wouldn’t it be nice if there was a standard treefmt github action that one could add. Is it possible to speed up GHA even further with some caching?

enhancement

Let users know how to install treefmt! :)

documentation

This tool should encourage all files to be formatted. If a file is not covered, emit a hint, possibly with a recommended tool.

enhancement

In general, we should have proper docs prior to version 0.1.0.

enhancement

## Problem statement Scripts often don't have a file extension. This means that the `files = []` attribute won't be able to target them efficiently. The user would have to...

enhancement

Bumps [cachix/cachix-action](https://github.com/cachix/cachix-action) from 10 to 11. Release notes Sourced from cachix/cachix-action's releases. cachix-action-v11 Allow pushFilter regex to start with a dash Add pathsToPush and cachixArgs Avoid pushing .drv.chroot files Self-hosted...

dependencies

Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 17 to 18. Release notes Sourced from cachix/install-nix-action's releases. install-nix-action-v18 Fix nodejs warnings & simplify maintenance Use python3 when determining number of cores Collapse installer log messages...

dependencies

**Is your feature request related to a problem? Please describe.** Right now treefmt ignores commands if it cannot find the related executable. This allows developers to partially format the code...

enhancement

I keep all my configuration stuff, ad-hoc scripts and so on in git repository that is cloned into my home directory. This workflow is described in greater detail in following...

enhancement