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

JSON style autoformat (JSFormat command) #140

Open
MininAS opened this issue Sep 4, 2023 · 2 comments
Open

JSON style autoformat (JSFormat command) #140

MininAS opened this issue Sep 4, 2023 · 2 comments
Assignees

Comments

@MininAS
Copy link

MininAS commented Sep 4, 2023

A most part of JSON code which I can see in any resources has a bit difference with style if compared to the automatic formatting of this tool.
For example: square brace after curly that means start of some iterate element(object) usually looks like curly breace put at new line -

[
{

instead
[{
and between iterate elements

},
{

instead
}, {
Is it some kind of unspoken agreement? Which is style more preferred?

@sunjw sunjw self-assigned this Sep 6, 2023
@sunjw
Copy link
Owner

sunjw commented Sep 6, 2023

Yes, already known this. But I hard to find time to enhance.

@MininAS
Copy link
Author

MininAS commented Sep 6, 2023

So, let it be open issue, I hope you find time for in future :)

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