From ac745e8f1edd7680b052e545a193d19562579781 Mon Sep 17 00:00:00 2001 From: Charlotte Allen Date: Mon, 27 Jan 2020 16:32:35 -0800 Subject: [PATCH] Add formatter to project --- project.clj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 5163187..936823a 100644 --- a/project.clj +++ b/project.clj @@ -41,7 +41,8 @@ :target-path "target/%s/" :main ^:skip-aot shapey-shifty.core - :plugins [] + :plugins [ [lein-cljfmt "0.6.6"] + ] :profiles {:uberjar {:omit-source true