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

Nested arrays indentation with --good-stuff #273

Closed
dnarvaez opened this issue Jun 2, 2013 · 5 comments
Closed

Nested arrays indentation with --good-stuff #273

dnarvaez opened this issue Jun 2, 2013 · 5 comments

Comments

@dnarvaez
Copy link

dnarvaez commented Jun 2, 2013

var a = [["a", "b"],
         ["c", "d"]];

If I run js-beautify --replace --good-stuff on it, the second line is pushed off by one char for every run.

@bitwiseman
Copy link
Member

Which version are you using?

@dnarvaez
Copy link
Author

dnarvaez commented Jun 3, 2013

1.3.2

@bitwiseman
Copy link
Member

What about 1.3.3?

@dnarvaez
Copy link
Author

dnarvaez commented Jun 3, 2013

Yup, looks fixed in 1.3.3. I thought I was on the latest, sorry.

@dnarvaez dnarvaez closed this as completed Jun 3, 2013
@bitwiseman
Copy link
Member

No problem. Thanks!

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

2 participants