Skip to content

Commit 5344ee1

Browse files
committed
Add :sort-ns-references? option to README
1 parent 19e0861 commit 5344ee1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,11 @@ selectively enabled or disabled:
141141
true if cljfmt should break hashmaps onto multiple lines. This will
142142
convert `{:a 1 :b 2}` to `{:a 1\n:b 2}`. Defaults to false.
143143

144+
* `:sort-ns-references?` -
145+
true if cljfmt should alphanumerically sort the requires, imports and
146+
other references in the `ns` forms at the top of your namespaces.
147+
Defaults to false.
148+
144149
You can also configure the behavior of cljfmt:
145150

146151
* `:paths` - determines which directories to include in the

0 commit comments

Comments
 (0)