Skip to content

Instantly share code, notes, and snippets.

@zyegfryed
Created January 15, 2021 09:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zyegfryed/ae4ee11bad0ef89c27e15310127938d3 to your computer and use it in GitHub Desktop.
Save zyegfryed/ae4ee11bad0ef89c27e15310127938d3 to your computer and use it in GitHub Desktop.
cljfmt
#
# Usage: cljfmt [check|fix] <FILE_OR_PATH>
#
alias cljfmt="clojure -Sdeps '{:deps {cljfmt/cljfmt {:mvn/version \"0.7.0\"}}}' -m cljfmt.main"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment