You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.adoc
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3005,6 +3005,7 @@ a couple of options for Clojure that do a great job when it comes to formatting
3005
3005
as suggested in this guide:
3006
3006
3007
3007
* https://github.com/weavejester/cljfmt[cljfmt]
3008
+
* https://github.com/greglook/cljstyle[cljstyle]
3008
3009
* https://github.com/kkinnear/zprint[zprint] (the documentation for configuring it to use the community formatting rules is https://github.com/kkinnear/zprint/blob/master/doc/options/community.md[here])
3009
3010
3010
3011
NOTE: When it comes to editors - Emacs's `clojure-mode` by default will format the code exactly as outlined in the guide.
0 commit comments