Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .oxfmtrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
"**/dist/**/*",
"**/lib/**/*",
"**/node_modules/**/*",
"**/production/**/*"
"**/production/**/*",
// Exclude this file because `**` can be interpreted as Markdown bold/nesting and cause slow formatting (oxc issue #19929).
"packages/examples/resources/clangd/clangd-include.files.md"
],
"endOfLine": "lf",
"trailingComma": "none",
Expand Down