brandonbloom / fipp

Fast Idiomatic Pretty Printer for Clojure
525 stars 44 forks source link

Option for empty newline after each vector item #49

Closed spieden closed 6 years ago

spieden commented 6 years ago

In a vector of largish maps it can be nice to separate each one with an empty line.

brandonbloom commented 6 years ago

I don't intend to add any new formatting options to the builtin "pretty" implementation unless there is a very strong reason to. If you have custom needs, you can easily create your own pretty protocol or customize the generated pretty documents and use the engine's print-document functionality directly.