From 46a1223458bd4fd366672917e83f9c9a4f324280 Mon Sep 17 00:00:00 2001 From: Jeremiah Via Date: Tue, 21 Nov 2023 09:40:17 -0800 Subject: [PATCH] Update formatting --- cljfmt.edn | 5 ++++- dev/user.clj | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) 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