style: add trailing line breaks to JSON files (#5544)

For consistency with our `.editorconfig`.
This commit is contained in:
overlookmotel 2024-09-06 12:50:14 +00:00
parent 694f032a3d
commit d8b29e752a
2 changed files with 4 additions and 2 deletions

View file

@ -1 +1 @@
{}
{}

View file

@ -1 +1,3 @@
{ "foo": "bar" }
{
"foo": "bar"
}