chore(fmt): exclude the vendored libgit2 submodule from oxfmt

This commit is contained in:
Julien Calixte
2026-07-14 12:40:50 +02:00
parent 4c61319995
commit 1493ee246f

View File

@@ -4,5 +4,5 @@
"semi": false,
"printWidth": 80,
"sortPackageJson": false,
"ignorePatterns": []
"ignorePatterns": ["firmware/components/libgit2/vendor/**"]
}