We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da13c50 + da97d8c commit 50d6c2cCopy full SHA for 50d6c2c
.cljfmt.edn
@@ -0,0 +1,8 @@
1
+{:remove-multiple-non-indenting-spaces? false ; enable this when cljfmt supports aligning let forms
2
+ :sort-ns-references? true
3
+ :parallel? true
4
+ :extra-indents
5
+ {go-try [[:block 0]] ; makes go-try indent like go
6
+ try* [[:block 0]] ; makes try* indent like try
7
+ catch* [[:block 1]] ; makes catch* indent like catch (but w/o exception type identifier)
8
+ case+ [[:block 1]]}} ; makes case+ indent like case
0 commit comments