Skip to content

Commit ade2282

Browse files
committed
Change default to no prefix re-writing
The default has already been changed in clj-refactor so this is essentially a no-op, but makes the change more explicit for those working on the middleware.
1 parent 9fee2ed commit ade2282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/refactor_nrepl/config.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
:prune-ns-form true
1414

1515
;; Should `clean-ns` favor prefix forms in the ns macro?
16-
:prefix-rewriting true
16+
:prefix-rewriting false
1717

1818
;; Should `pprint-ns` place a newline after the `:require` and `:import` tokens?
1919
:insert-newline-after-require true

0 commit comments

Comments
 (0)