brandonbloom / fipp

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

Optionally print without trailing comma #86

Closed sirmspencer closed 1 year ago

sirmspencer commented 1 year ago

The title says it all. It would be nice in some cases to not include the trailing comma when printing.

sirmspencer commented 1 year ago

Nevermind. My use case for this already involves a wrapper, so I can use a basic string replace.