~~ deno: true ~~
== should format according to deno's configuration ==
{
    "testing": [1111111111111111, 22222222222222222222, 3333333333333333333333333333],
    // deno-fmt-ignore
    "other":   [   1]
}

[expect]
{
  "testing": [
    1111111111111111,
    22222222222222222222,
    3333333333333333333333333333
  ],
  // deno-fmt-ignore
  "other":   [   1]
}
