Created
April 20, 2021 06:54
-
-
Save gyk/a3518a9a128c4d919ad6e273de04a8bc to your computer and use it in GitHub Desktop.
cljfmt config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{: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