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

cljstyle removes comments in (ns ...) #56

Closed
saitouena opened this issue Jul 29, 2020 · 1 comment
Closed

cljstyle removes comments in (ns ...) #56

saitouena opened this issue Jul 29, 2020 · 1 comment
Assignees
Labels

Comments

@saitouena
Copy link
Contributor

(ns hoge
  ;; require start
  (:require
   [java-time :as jt])
  ;; import start
  (:import
   (java.sql
    Timestamp)
   (java.time
    DateTimeException
    Instant
    ZonedDateTime)
   (java.time.temporal
    ChronoUnit)))

cljstyle removes ;; import start and ;; require start comment. Is this intended?

@frankitox
Copy link

Hi @saitouena! I found the same problem, momentarily you can add :rewrite-namespaces? false to your config.

@greglook greglook added the bug label Nov 6, 2020
@greglook greglook self-assigned this Mar 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants