diff --git a/cljfmt.edn b/cljfmt.edn index 3a98abf..d1c14da 100644 --- a/cljfmt.edn +++ b/cljfmt.edn @@ -1 +1,4 @@ -{:extra-indents {}} +{:sort-ns-references? true + :remove-consecutive-blank-lines? false + :extra-indents + {}} diff --git a/dev/user.clj b/dev/user.clj index 5796b46..28f4e39 100644 --- a/dev/user.clj +++ b/dev/user.clj @@ -1,7 +1,7 @@ (ns user - (:require [com.nytimes.querqy.commonrules :as c] - [com.nytimes.querqy :as q] - [clojure.math :as math])) + (:require + [com.nytimes.querqy :as q] + [com.nytimes.querqy.commonrules :as c])) (defn pin "Pin the given IDs to the top of the result set in the order given. Should only