Skip to content

Commit b76f79b

Browse files
committed
Reflow kibit section
1 parent ffa6bc2 commit b76f79b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1631,12 +1631,12 @@ you need to comment out a particular form.
16311631
There are some tools created by the Clojure community that might aid you
16321632
in your endeavor to write idiomatic Clojure code.
16331633
1634-
* [kibit](https://github.com/jonase/kibit) is a static code analyzer
1635-
for Clojure which uses
1636-
[core.logic](https://github.com/clojure/core.logic) to search for
1637-
patterns of code for which there might exist a more idiomatic
16381634
* [Slamhound](https://github.com/technomancy/slamhound) is a tool that will
16391635
automatically generate proper `ns` declarations from your existing code.
1636+
1637+
* [kibit](https://github.com/jonase/kibit) is a static code analyzer for
1638+
Clojure which uses [core.logic](https://github.com/clojure/core.logic) to
1639+
search for patterns of code for which there might exist a more idiomatic
16401640
function or macro.
16411641
16421642
# Contributing

0 commit comments

Comments
 (0)