Skip to content

Commit c0c0069

Browse files
finalfantasiadorgonman
authored andcommitted
feat(opencode): add cljfmt formatter support for Clojure files (anomalyco#13426)
1 parent d8c25bf commit c0c0069

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/opencode/src/format/formatter.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,6 @@ export const cljfmt: Info = {
373373
return Bun.which("cljfmt") !== null
374374
},
375375
}
376-
377376
export const dfmt: Info = {
378377
name: "dfmt",
379378
command: ["dfmt", "-i", "$FILE"],

0 commit comments

Comments
 (0)