mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 04:08:41 +00:00
style: add trailing line breaks to JSON files (#5544)
For consistency with our `.editorconfig`.
This commit is contained in:
parent
694f032a3d
commit
d8b29e752a
2 changed files with 4 additions and 2 deletions
|
|
@ -1 +1 @@
|
|||
{}
|
||||
{}
|
||||
|
|
|
|||
|
|
@ -1 +1,3 @@
|
|||
{ "foo": "bar" }
|
||||
{
|
||||
"foo": "bar"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue