From 1493ee246f2a72bbc4376123d2124f4d61fe4104 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Tue, 14 Jul 2026 12:40:50 +0200 Subject: [PATCH] chore(fmt): exclude the vendored libgit2 submodule from oxfmt --- .oxfmtrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.oxfmtrc.json b/.oxfmtrc.json index 6812443..5c171ad 100644 --- a/.oxfmtrc.json +++ b/.oxfmtrc.json @@ -4,5 +4,5 @@ "semi": false, "printWidth": 80, "sortPackageJson": false, - "ignorePatterns": [] + "ignorePatterns": ["firmware/components/libgit2/vendor/**"] }