We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, thanks for this package!
I noticed that indentation rules sometimes don't behave well. One case I noticed today is object literals:
{ "foo":1, "bar":2, "baz":3 }
Currently, this gets formatted as:
which isn't very useful.
The text was updated successfully, but these errors were encountered:
Indent object literals properly
acf42da
jq-mode (jq-smie-grammar): add object to grammar jq-mode (jq-mode-symtax-table): Add different parenthesis to syntax table Fixes #40
Indent object literals properly (#41)
d533567
Hi, thank you for the bug report. I think it should be fixed now.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Hi, thanks for this package!
I noticed that indentation rules sometimes don't behave well. One case I noticed today is object literals:
Currently, this gets formatted as:
which isn't very useful.
The text was updated successfully, but these errors were encountered: