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
Adding a metadata tag to a namespace declaration causes the following lines in to be indented improperly (4 spaces instead of 2).
(ns ^:metadata my.namespace (:use clojure.test)) ...
However, if a docstring is present, then indentation is correct again.
(ns ^:metadata my.namespace "my docstring" (:use clojure.test))
This issue was observed with emacs 24.5.1 and clojure-mode 4.2.0-snapshot, on Arch Linux x86_64.
The text was updated successfully, but these errors were encountered:
Likely this has been broken since day 1. Guess we should try to fix it eventually.
Sorry, something went wrong.
39a9ee3
No branches or pull requests
Adding a metadata tag to a namespace declaration causes the following lines in to be indented improperly (4 spaces instead of 2).
However, if a docstring is present, then indentation is correct again.
This issue was observed with emacs 24.5.1 and clojure-mode 4.2.0-snapshot, on Arch Linux x86_64.
The text was updated successfully, but these errors were encountered: