Skip to content
Prev Previous commit
Next Next commit
Merge branch 'dev' into feat/formatting-extension-matching
  • Loading branch information
OpeOginni authored Nov 5, 2025
commit 64710d75500d783c90a21e67a872d752b4d95756
3 changes: 2 additions & 1 deletion packages/opencode/src/format/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ export namespace Format {

if (!matches) continue
if (!(await isEnabled(item))) continue
possibleFormatters.push(item)
log.info("enabled", { name: item.name, ext })
result.push(item)
}

const strongFormatters = possibleFormatters.filter(formatter =>
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.