For example: ```json { xxx: 1, name: "abc" } ``` When format it, I hope the unknown field `xxx` still is above the `name`.
For example:
{ xxx: 1, name: "abc" }When format it, I hope the unknown field
xxxstill is above thename.