Commit 3bd9996
authored
fix(treefmt): require config file (#777)
Running `treefmt` when no config file exists just results in an error,
so checking for the presence of a config file by default makes sense.
This will allow `treefmt` to be included as a formatter that should be
run on all file types, without throwing errors for projects that have no
treefmt config file.1 parent e6f20ac commit 3bd9996
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
9 | 11 | | |
0 commit comments