Skip to content
New issue

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

Is there an option to make :refer start on a new line? #338

Open
vinurs opened this issue Nov 6, 2024 · 0 comments
Open

Is there an option to make :refer start on a new line? #338

vinurs opened this issue Nov 6, 2024 · 0 comments

Comments

@vinurs
Copy link

vinurs commented Nov 6, 2024

Sometimes, the namespace itself is quite long, which causes the :refer content to appear far to the right.

(: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]]))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant