We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1003c67 commit 5801e3bCopy full SHA for 5801e3b
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
+ (cons "project.clj")))))
15
16
(defn- execute-command [command options paths]
17
(case command
0 commit comments