File tree 1 file changed +9
-0
lines changed 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 91
91
92
92
## Configuration
93
93
94
+ In the spirit of Emacs, pretty much everything you can think of in ` clojure-mode ` is configurable.
95
+
94
96
To see a list of available configuration options do ` M-x customize-group RET clojure ` .
95
97
96
98
### Indentation options
@@ -99,6 +101,13 @@ The default indentation rules in `clojure-mode` are derived from the
99
101
[ community Clojure Style Guide] ( https://github.com/bbatsov/clojure-style-guide ) .
100
102
Please, refer to the guide for the general Clojure indentation rules.
101
103
104
+ #### Indentation of docstrings
105
+
106
+ By default multi-line docstrings are indented with 2 spaces, as this is a
107
+ somewhat common standard in the Clojure community. You can however adjust this
108
+ by modifying ` clojure-docstring-fill-prefix-width ` . Set it to 0 if you don't
109
+ want multi-line docstrings to be indented at all (which is pretty common in most lisps).
110
+
102
111
#### Indentation of function forms
103
112
104
113
The indentation of function forms is configured by the variable
You can’t perform that action at this time.
0 commit comments