Skip to content

Instantly share code, notes, and snippets.

@bsnux
Created March 9, 2020 23:08
Show Gist options
  • Save bsnux/3874ec12a7974eccce9268eb97e3cd63 to your computer and use it in GitHub Desktop.
Save bsnux/3874ec12a7974eccce9268eb97e3cd63 to your computer and use it in GitHub Desktop.
Clojure lein profile for development
; ~/.lein/profiles.clj
{:user
{:plugins [[jonase/eastwood "0.3.10"]
[lein-cljfmt "0.6.7"]
[cider/cider-nrepl "0.24.0"]]
:dependencies [[cljfmt "0.6.7"]]}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment