Currently when using `cljr-add-missing-libspec`, the namespaces are inline with the `:require` keyword. It is formatted as the `good` example of the [community styleguide](https://github.com/bbatsov/clojure-style-guide#line-breaks-in-ns) instead of the `better` example. Wouldn't it make sense to have it format to the `better` example? Or is the documentation maybe outdated and should `better` / `good` be swapped?