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

Overindentation when using "class" as a key in an object #1838

Closed
laggingreflex opened this issue Sep 20, 2020 · 2 comments
Closed

Overindentation when using "class" as a key in an object #1838

laggingreflex opened this issue Sep 20, 2020 · 2 comments

Comments

@laggingreflex
Copy link

Expected:

{
    class: {
        a: 1,
        b: 2,
        c: 3,
    }
}

Actual:

{
    class: {
        a: 1,
            b: 2,
            c: 3,
    }
}
@bitwiseman
Copy link
Member

Another keyword needing a special case.

@bitwiseman bitwiseman modified the milestones: v1.13.1, v1.13.x Jan 8, 2021
@bitwiseman bitwiseman modified the milestones: v1.13.6, v1.13.x Jan 26, 2021
@bitwiseman bitwiseman modified the milestones: v1.13.7, v1.13.x Apr 13, 2021
@bitwiseman bitwiseman modified the milestones: v1.14.1, v1.14.x, v1.15.x Mar 28, 2022
@mhnaeem
Copy link
Contributor

mhnaeem commented Apr 7, 2022

Fix for this issue released with #2013

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

No branches or pull requests

3 participants