Skip to content
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

Alternative indentation engine #24

Closed
7ocb opened this issue Jul 27, 2017 · 5 comments
Closed

Alternative indentation engine #24

7ocb opened this issue Jul 27, 2017 · 5 comments

Comments

@7ocb
Copy link

7ocb commented Jul 27, 2017

Hello!

I don't like how currently indentation works, it does not handle the multiline lists, so I implemented my own.

It's not ideal, but maybe it will be interesting to you.

Thanks for your work! (:

@ice1000
Copy link

ice1000 commented Oct 11, 2017

Another problem related to indentation:

I have:

fun f() =
    println("ice1000")

I press Tab at the second line of the code above, and it becomes

fun f() =
println("ice1000")

This should be a bug.

@ice1000
Copy link

ice1000 commented Oct 11, 2017

@gregghz
Copy link
Member

gregghz commented Nov 2, 2019

indentation was heavily refactored. Can you check the new implementation and see if it improves your experience? Please file bugs against specific issues when you find any. @ice1000 I believe this is still an issue, probably the same problem as #34

@gregghz gregghz closed this as completed Nov 2, 2019
@ice1000
Copy link

ice1000 commented Nov 2, 2019

Cool!

@gregghz
Copy link
Member

gregghz commented May 6, 2020

@ice1000 I think this will be fixed by #53

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants