From 85a7bf3322bb9087a3983288117eabbb5e322da2 Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Tue, 17 Mar 2026 14:39:00 +0100 Subject: [PATCH] chore: add .nph.toml to exclude vendor and nimbledeps from nph formatting (#3762) Co-authored-by: NagyZoltanPeter <113987313+NagyZoltanPeter@users.noreply.github.com> --- .nph.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .nph.toml diff --git a/.nph.toml b/.nph.toml new file mode 100644 index 000000000..f0398059c --- /dev/null +++ b/.nph.toml @@ -0,0 +1,4 @@ +extend-exclude = [ + "vendor", + "nimbledeps", +]