-
-
Notifications
You must be signed in to change notification settings - Fork 247
Many indentation improvements #319
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
Conversation
Nice PR! Just add some tests here https://github.com/clojure-emacs/clojure-mode/blob/master/test/clojure-mode-indentation-test.el for every commit. |
We were indenting like this (ns ^:doc app.core (:gen-class)) Now we indent like this (ns ^:doc app.core (:gen-class))
Before #?(:clj :foo :cljs :bar) Now #?(:clj :foo :cljs :bar)
All pushed, let's see if it passes. |
I'm not sure what's the matter here. The test is pretty simple and it passes for me locally. |
Might be something to do with the Emacs version. The tests are running on 24.3 and I doubt you're using it yourself. The failing test itself looks simple enough, so I'm guessing the problem is in the indentation logic. |
Except it's failing on the snapshot build too. Or is that a mislabeled build? |
Ancient snapshot - this repo hasn't been updated in years... |
I see... |
OK, it was |
No description provided.