Replies: 2 comments 2 replies
-
No, I don't think such rule exists. You can get this result when using |
Beta Was this translation helpful? Give feedback.
1 reply
-
Okay, sorry, I'm back. Let me refine my request... I would like to try to enforce this if it's possible ( {"potato": "value", "key": "value"} But then if it's not possible, I'd like to enforce this (multiline with trailing commas): {
"potato": "value",
"key": "value",
} I hate this: {
"potato": "value", "key": "value"
} |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Like, I don't want this:
I always want this:
Is there a rule for this?
Beta Was this translation helpful? Give feedback.
All reactions