Skip to content

Commit

Permalink
Merge pull request #14 from pesterhazy/fix/ns-body
Browse files Browse the repository at this point in the history
Use "body" indentation for the ns macro
  • Loading branch information
kkinnear committed Jan 9, 2017
2 parents 4d5671f + 9dfaf17 commit d17f6ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zprint/config.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@
;;

(def zfnstyle
{"ns" :arg1,
{"ns" :arg1-body,
"let" :binding,
"if" :arg1-body,
"if-not" :arg1-body,
Expand Down

0 comments on commit d17f6ba

Please sign in to comment.