Browse Source

added lein-cljfmt

Harlan Iverson 6 years ago
parent
commit
0dc3f22589
1 changed files with 2 additions and 0 deletions
  1. 2 0
      uspooge-app/project.clj

+ 2 - 0
uspooge-app/project.clj

@@ -26,6 +26,8 @@
                  ]
 
   :plugins [[lein-figwheel "0.5.15"]
+            [lein-cljfmt "0.6.0"]
+
             [lein-cljsbuild "1.1.7" :exclusions [[org.clojure/clojure]]]]
 
   :source-paths ["src"]