Skip to content

Commit

Permalink
Add :sort-ns-references? option to README
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Aug 26, 2022
1 parent 19e0861 commit 5344ee1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,11 @@ selectively enabled or disabled:
true if cljfmt should break hashmaps onto multiple lines. This will
convert `{:a 1 :b 2}` to `{:a 1\n:b 2}`. Defaults to false.

* `:sort-ns-references?` -
true if cljfmt should alphanumerically sort the requires, imports and
other references in the `ns` forms at the top of your namespaces.
Defaults to false.

You can also configure the behavior of cljfmt:

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

0 comments on commit 5344ee1

Please sign in to comment.