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 09657b8 commit 1b6c8d8Copy full SHA for 1b6c8d8
README.md
@@ -49,8 +49,11 @@ To see a list of available configuration options do `M-x customize-group RET clo
49
50
### Indentation options
51
52
-Characterizing the default indentation rules of `clojure-mode` is difficult to do
53
-in summary; this is one attempt:
+The default indentation rules in `clojure-mode` are derived from the
+[community Clojure Style Guide](https://github.com/bbatsov/clojure-style-guide).
54
+
55
+Characterizing them is difficult to do in summary; this is one
56
+attempt:
57
58
1. Bodies of parenthesized forms are indented such that arguments are aligned to
59
the start column of the first argument, _except_ for a class of forms
0 commit comments