We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0d5a92 commit 550b126Copy full SHA for 550b126
cljfmt.edn
@@ -1 +1,4 @@
1
-{:extra-indents {}}
+{:sort-ns-references? true
2
+ :remove-consecutive-blank-lines? false
3
+ :extra-indents
4
+ {}}
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]))
5
6
(defn pin
7
"Pin the given IDs to the top of the result set in the order given. Should only
0 commit comments