Skip to content

Commit fe73a2c

Browse files
Fix .cljfmt.edn
1 parent 3e108c7 commit fe73a2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.cljfmt.edn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
:remove-consecutive-blank-lines? true
44
:insert-missing-whitespace? true
55
:align-associative? false
6-
:indents {#re "^(?!catch-kondo-errors).*" [[:block 0]]
7-
catch-kondo-errors [[:inner 0]]}
6+
:extra-indents {#re "^(?!catch-kondo-errors).*" [[:block 0]]
7+
catch-kondo-errors [[:inner 0]]}
88
:test-code
99
(comment
1010
(:require

0 commit comments

Comments
 (0)