Skip to content

Commit 1b6c8d8

Browse files
author
Bozhidar Batsov
committed
Mention the Clojure style guide
1 parent 09657b8 commit 1b6c8d8

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,11 @@ To see a list of available configuration options do `M-x customize-group RET clo
4949

5050
### Indentation options
5151

52-
Characterizing the default indentation rules of `clojure-mode` is difficult to do
53-
in summary; this is one attempt:
52+
The default indentation rules in `clojure-mode` are derived from the
53+
[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:
5457

5558
1. Bodies of parenthesized forms are indented such that arguments are aligned to
5659
the start column of the first argument, _except_ for a class of forms

0 commit comments

Comments
 (0)