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
Sometimes, the namespace itself is quite long, which causes the :refer content to appear far to the right.
:refer
(:require [server.app.web.routes.xdm.basic-info :as xxx :refer [get-emergency-plans get-hotline-12345 get-population-details get-wx-official-account-events]] [server.app.web.routes.xdm.xdm-device :refer [find-device-by-id]])
In such cases, I'd like :refer to start on a new line.
(ns server.app.web.routes.admin.xdm.basic-info (:require [server.app.web.routes.xdm.basic-info :as xxx :refer [get-emergency-plans get-hotline-12345 get-population-details get-wx-official-account-events]] [server.app.web.routes.xdm.xdm-device :refer [find-device-by-id]]))
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Sometimes, the namespace itself is quite long, which causes the
:refer
content to appear far to the right.In such cases, I'd like
:refer
to start on a new line.The text was updated successfully, but these errors were encountered: