-
Notifications
You must be signed in to change notification settings - Fork 15
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
Auto indentation doesn't work #14
Comments
Yes, I don't. |
I can't seem to replicate this either, unless as @Anviking says you have whitespace after the end of the curly brace. |
@altaveron Are all your files up-to-date? |
I am still having this issue...does this feature work with Swift? |
@mbcoder17 Hmm, actually I think auto-indentation might have been lost with the swift rewrite in v0.3 |
Can it be brought back? :) |
Yeah, I think was something really really simple. With school (basically) finished and an upcoming WWDC I'll probably start looking at things again soon. |
Great, thanks! I'll see if I can figure it out myself too. Maybe I'll see you at WWDC! ;) |
Have you had time to implement this in the swift version? Great library! |
The current version is in Swift |
@cyrilbarthelet Thank you, I know that. Please read the entire discussion next time before responding. I was asking if the auto-indentation was implemented in the swift version. |
@mbcoder17 Have stopped working on Chromatism, might rewrite it some time in the distant future. If you like, I think this was the latest implementation of it :) |
@Anviking I am sad to hear that, I think it is a great project and it has helped me a lot with one of my own projects! :) I was recently looking through previous versions and was able to get the indentation working. I have also made other additions such as line numbers, maybe I will fork my own version if you don't mind! Good luck on other projects! |
Steps to reproduce:
function main {
__line1;
Auto indentation won't work.
The text was updated successfully, but these errors were encountered: