fix(formatter): ignore treefmt.toml

This commit is contained in:
steveej 2025-01-07 15:56:01 +01:00
parent 00cbf44144
commit 68ab7cc81a
2 changed files with 5 additions and 2 deletions

View file

@ -11,6 +11,7 @@ result-*
target/
# nixago: ignore-linked-files
/treefmt.toml
treefmt.toml
# nats
@ -20,5 +21,4 @@ rust/*/*/test_leaf_server.conf
rust/*/*/leaf_server.conf
rust/*/*/resolver.conf
leaf_server.conf
.local
.local

View file

@ -34,6 +34,9 @@ let
"LICENSE"
# unsupported extensions
"*.{gif,png,svg,tape,mts,lock,mod,sum,env,envrc,gitignore}"
# link to a read-only store-path
"treefmt.toml"
];
formatter = {