We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1003c67 commit 59ddbddCopy full SHA for 59ddbdd
lein-cljfmt/src/leiningen/cljfmt.clj
@@ -10,7 +10,8 @@
10
(if (empty? paths)
11
(leiningen.core.main/abort "No source or test paths defined in project map")
12
(->> (map io/file paths)
13
- (filter #(and (.exists %) (.isDirectory %)))))))
+ (filter #(and (.exists %) (.isDirectory %)))
14
+ (concat '("project.clj"))))))
15
16
(defn- execute-command [command options paths]
17
(case command
0 commit comments