We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We should allow for single line expressions in the ns form if they are sufficiently short.
ns
I need to come up with some examples here, but I think this may result in cleaner ns forms in some cases.
The text was updated successfully, but these errors were encountered:
Not sure what you're referring to here, but if it's this:
(ns my.company.core (:require [clojure.string :as str]))
then consider that adding a second require to the above would result in a 3-line diff as opposed to a 1 or 2-line if the starting point was:
Sorry, something went wrong.
Closing this for now. Issue #88 has some related discussion.
No branches or pull requests
We should allow for single line expressions in the
ns
form if they are sufficiently short.I need to come up with some examples here, but I think this may result in cleaner
ns
forms in some cases.The text was updated successfully, but these errors were encountered: