From 59ccc0096393f35542918a60e796e6839c984bd2 Mon Sep 17 00:00:00 2001 From: Scott Richmond Date: Sun, 20 Mar 2022 17:41:26 -0400 Subject: [PATCH] Add cljfmt to lein project --- project.clj | 1 + 1 file changed, 1 insertion(+) diff --git a/project.clj b/project.clj index 749d1db..8d01154 100644 --- a/project.clj +++ b/project.clj @@ -4,5 +4,6 @@ :license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0" :url "https://www.eclipse.org/legal/epl-2.0/"} :dependencies [[org.clojure/clojure "1.10.3"]] + :plugins [[lein-cljfmt "0.8.0"]] :repl-options {:init-ns ludus.core} :main ludus.core)