Skip to content

Commit 50d6c2c

Browse files
authored
Add cljfmt config (#25)
2 parents da13c50 + da97d8c commit 50d6c2c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.cljfmt.edn

+8
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)