We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
deftype & defrecord exhibit the same indention regression issue referenced in #344.
deftype
defrecord
(deftype Banana [] Fruit (subtotal ([item] (* 158 (:qty item))) ([item a] (* a (:qty item)))))
Use the above form and indent using C-c n.
clojure-mode (version 5.5.0-snapshot)
GNU Emacs 24.5.1 (x86_64-apple-darwin14.5.0, NS apple-appkit-1348.17) of 2015-10-19
OSX 10.11.5
The text was updated successfully, but these errors were encountered:
Fix multi-airty indention of deftype & defrecord (clojure-emacs#389)
16b507d
53b1ab4
Fix multi-airty indention of deftype & defrecord (#389) (#390)
f24c536
Fixed by #390.
Sorry, something went wrong.
No branches or pull requests
Expected behavior
deftype
&defrecord
exhibit the same indention regression issue referenced in #344.Actual behavior
Steps to reproduce the problem
Use the above form and indent using C-c n.
Environment & Version information
clojure-mode version information
Emacs version
GNU Emacs 24.5.1 (x86_64-apple-darwin14.5.0, NS apple-appkit-1348.17)
of 2015-10-19
Operating system
OSX 10.11.5
The text was updated successfully, but these errors were encountered: