greglook / cljstyle

A tool for formatting Clojure code
Eclipse Public License 1.0
293 stars 39 forks source link

cljfmt eats `^:a` forms in namespaces #11

Closed drewinglis closed 5 years ago

drewinglis commented 5 years ago
$ cljfmt check foo.clj 
--- a/foo.clj
+++ b/foo.clj
@@ -1,1 +1,1 @@
-(ns ^:a foo)
+(ns foo)
1 files formatted incorrectly