-
Notifications
You must be signed in to change notification settings - Fork 8
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
Paren Mode should move "child" indentation when backspacing #15
Comments
Shaun says he is going to change the way this works after he gets back from ClojureConj. Some preliminary thoughts on how it will work can be found here. |
@comamitc - that gif appears to be Indent Mode "working as expected" |
oh, we can take the same changes we pass to Smart Mode and pass them to Paren Mode now to achieve this |
I just ran into this - can I ask what the status is? Is there anything that I can do to help? |
Paren Mode is not correctly moving indentation below the current line like it should. Shaun says this is something to do with the
:cursor-dx
option being passed into theparen-mode/format-text
function.As a courtesy, this mode also maintains relative indentation of child elements when their parent expressions shift.
The text was updated successfully, but these errors were encountered: