chore: add .nph.toml to exclude vendor and nimbledeps from nph formatting (#3762)

Co-authored-by: NagyZoltanPeter <113987313+NagyZoltanPeter@users.noreply.github.com>
This commit is contained in:
Copilot 2026-03-17 14:39:00 +01:00 committed by GitHub
parent 614f171626
commit 85a7bf3322
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

4
.nph.toml Normal file
View File

@ -0,0 +1,4 @@
extend-exclude = [
"vendor",
"nimbledeps",
]