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
(reify Object #?@(:clj [(equals [this other]) (hashCode [_] (hash 1))] :cljs [(toJSON [this] (throw (ex-info "error" {}))) IEquiv (-equiv [this other] true)]))
(reify Object #?@(:clj [(equals [this other]) ; <------ (hashCode [_] (hash 1))] :cljs [(toJSON [this] ; <------ (throw (ex-info "error" {}))) IEquiv (-equiv [this other] true)]))
(setq clojure-indent-style 'align-arguments) (But the problem is the same with 'always-align.)
(setq clojure-indent-style 'align-arguments)
'always-align
Paste in a buffer and indent.
(C-x h TAB)
M-x clojure-mode-display-version
clojure-mode (version nil)
When checking in packages: 20220418.2015
28.1
Ubuntu 18.04.6 LTS
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected behavior
Actual behavior
Steps to reproduce the problem
(setq clojure-indent-style 'align-arguments)
(But the problem is the same with
'always-align
.)Paste in a buffer and indent.
(C-x h TAB)
Environment & Version information
clojure-mode version
M-x clojure-mode-display-version
clojure-mode (version nil)
When checking in packages:
20220418.2015
Emacs version
28.1
Operating system
Ubuntu 18.04.6 LTS
The text was updated successfully, but these errors were encountered: