From 5344ee12c9459f258d642806ececce65315a7ec3 Mon Sep 17 00:00:00 2001 From: James Reeves Date: Fri, 26 Aug 2022 23:08:15 +0100 Subject: [PATCH] Add :sort-ns-references? option to README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f34259e6..cf56b628 100644 --- a/README.md +++ b/README.md @@ -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