lancepantz / clj-yaml

YAML encoding and decoding for Clojure via SnakeYAML
Other
91 stars 52 forks source link

Add support for dumper options on yaml instance #6

Closed mpenet closed 12 years ago

mpenet commented 12 years ago

Hi,

I noticed you merged the previous pull request earlier, thanks!

Here are a few additions I had in a separate branch to allow control over dumper options and possibly more Yaml constructor variations in the future.

Max