Skip to content

Instantly share code, notes, and snippets.

@gyk
Created April 20, 2021 06:54
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 gyk/a3518a9a128c4d919ad6e273de04a8bc to your computer and use it in GitHub Desktop.
Save gyk/a3518a9a128c4d919ad6e273de04a8bc to your computer and use it in GitHub Desktop.
cljfmt config
{:remove-surrounding-whitespace? true
:remove-trailing-whitespace? true
:remove-consecutive-blank-lines? false
:insert-missing-whitespace? false
:align-associative? false
:indents {#"^:?(require|import)$" [[:block 0] [:inner 0]]
#"^\>def" [[:inner 0]] ; guardrails
#"^execute" [[:inner 0]] ; db
}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment