-- /file.json --
~~ trailingCommas: always ~~
== should format with a trailing comma ==
{
  "testing": 123,
  "opts": [1, 2, 3]
}

[expect]
{
  "testing": 123,
  "opts": [1, 2, 3],
}
