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

Align comments on object items #340

Open
clofresh opened this issue Jul 16, 2015 · 1 comment
Open

Align comments on object items #340

clofresh opened this issue Jul 16, 2015 · 1 comment

Comments

@clofresh
Copy link

Would be nice to have this:

var options = {
    dothings: true,    // extremely important
    numberofthings: 10000, // yeah!
    dontscrewup: true,   // also important
}

Map to this:

var options = {
    dothings: true,        // extremely important
    numberofthings: 10000, // yeah!
    dontscrewup: true,     // also important
}

Or even this:

var options = {
    dothings:       true,  // extremely important
    numberofthings: 10000, // yeah!
    dontscrewup:    true,  // also important
}
@millermedeiros
Copy link
Owner

this should be implemented by an external plugin. see #233

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

2 participants