Skip to content

Commit 2695508

Browse files
committed
chore: move oxfmt ignore to config
1 parent e782462 commit 2695508

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.oxfmtignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

.oxfmtrc.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,9 @@
44
"singleQuote": true,
55
"arrowParens": "avoid",
66
"quoteProps": "consistent",
7-
"experimentalSortPackageJson": false
7+
"experimentalSortPackageJson": false,
8+
"ignorePatterns": [
9+
// Docus MDC content - formatter breaks component syntax
10+
"docs/content/**/*.md"
11+
]
812
}

0 commit comments

Comments
 (0)