-- /file.jsonc --
~~ trailingCommas: never ~~
== should not format with trailing comma ==
{
  "testing": 123,
}

[expect]
{
  "testing": 123
}
