Skip to content

Commit 697cc55

Browse files
committed
fix(fmt): ignore submodule files when formatting
1 parent b82282d commit 697cc55

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.oxfmtrc.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"$schema": "./node_modules/oxfmt/configuration_schema.json",
3+
"ignorePatterns": ["argon2/**"]
4+
}

0 commit comments

Comments
 (0)