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

"Auto Indentation" is not the right implementation #9

Closed
yiszza opened this issue Jan 19, 2022 · 2 comments
Closed

"Auto Indentation" is not the right implementation #9

yiszza opened this issue Jan 19, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@yiszza
Copy link

yiszza commented Jan 19, 2022

It should look like this:

{
    {
        {
        }
    }
}

but in fact it looks like this:

{
    {
        {
            }
        }
    }

@AmrDeveloper AmrDeveloper added the enhancement New feature or request label Jan 19, 2022
@AmrDeveloper
Copy link
Owner

Hello @yiszza, thanks for submitting this issue

I will work to improve this feature and provide some examples with space and other char then { }

Thanks
Amr Hesham

@AmrDeveloper
Copy link
Owner

Hello @yiszza, Please check the new version (1.3.0) it has a lot of improvement in Auto indenting and other new features 😃

1-3-0-multi-indenting-demo

Enjoy it

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

No branches or pull requests

2 participants