We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19e0861 commit 5344ee1Copy full SHA for 5344ee1
README.md
@@ -141,6 +141,11 @@ selectively enabled or disabled:
141
true if cljfmt should break hashmaps onto multiple lines. This will
142
convert `{:a 1 :b 2}` to `{:a 1\n:b 2}`. Defaults to false.
143
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
+
149
You can also configure the behavior of cljfmt:
150
151
* `:paths` - determines which directories to include in the
0 commit comments