diff --git a/.oxfmtrc.json b/.oxfmtrc.json index 93a1579ec..4c3a67657 100644 --- a/.oxfmtrc.json +++ b/.oxfmtrc.json @@ -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",