We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.cljfmt.edn
1 parent 3e108c7 commit fe73a2cCopy full SHA for fe73a2c
.cljfmt.edn
@@ -3,8 +3,8 @@
3
:remove-consecutive-blank-lines? true
4
:insert-missing-whitespace? true
5
:align-associative? false
6
- :indents {#re "^(?!catch-kondo-errors).*" [[:block 0]]
7
- catch-kondo-errors [[:inner 0]]}
+ :extra-indents {#re "^(?!catch-kondo-errors).*" [[:block 0]]
+ catch-kondo-errors [[:inner 0]]}
8
:test-code
9
(comment
10
(:require
0 commit comments