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.
1 parent b7ea6c0 commit 09657b8Copy full SHA for 09657b8
README.md
@@ -57,7 +57,7 @@ in summary; this is one attempt:
57
identified by the symbol in function position, the bodies of which are
58
indented two spaces, regardless of the position of their first argument (this
59
is called "defun" indentation, for historical reasons):
60
- 1. Known special forms (e.g. `case`, `try`, etc)
+ 1. Known special forms (e.g. `loop`, `try`, etc)
61
2. Nearly all "core" macros that ship as part of Clojure itself
62
3. Userland macros (and any other form?) that are locally registered via
63
`put-clojure-indent`, `define-clojure-indent` (helpers for adding mappings to
0 commit comments