treefmt/clippy.toml
a-kenji 67d3c553be
feat: add hidden flag to traverse hidden files (#250)
Add the `hidden` and `no-hidden` flag that allows
configuring the traversal of hidden files.

Examples:

```
treefmt --hidden
```
will traverse hidden files.

```
treefmt --hidden --no-hidden
```
will not traverse hidden files, same as the default (`treefmt`).

```
treefmt --hidden --no-hidden --hidden
```
will traverse hidden files.
2023-10-15 10:06:41 +02:00

2 lines
34 B
TOML

too-many-arguments-threshold = 10