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
Given the following with cursor at |:
|
(def foo |"abc")
indent-for-tab-command should make no change. The sexp is already correctly indented.
indent-for-tab-command
Sexp is indented two spaces.
The above case. When the string is on the next line, it is not reproduced.
clojure-mode (version 5.5.2)
Emacs 25.1.1
OS X El Cap
The text was updated successfully, but these errors were encountered:
Verified.
Sorry, something went wrong.
This happens for me on Ubuntu with spacemacs. Not sure what other information would be helpful.
Thanks for the report.
No branches or pull requests
Expected behavior
Given the following with cursor at
|
:indent-for-tab-command
should make no change. The sexp is already correctly indented.Actual behavior
Sexp is indented two spaces.
Steps to reproduce the problem
The above case. When the string is on the next line, it is not reproduced.
Environment & Version information
clojure-mode version information
Emacs version
Emacs 25.1.1
Operating system
OS X El Cap
The text was updated successfully, but these errors were encountered: