Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix `json-par-beginning-of-object-value' at end of one-line object
When the following condition mets, move just after the colon: * The surrounding object is one-line. * The value is missing. * No comments between the colon and the close bracket. Example: { "abc|": } ↓ { "abc": | } where "|" represents the point.
- Loading branch information