p4lang / tutorials

P4 language tutorials
Apache License 2.0
1.35k stars 886 forks source link

Format all json files #617

Closed stano45 closed 4 months ago

stano45 commented 4 months ago

Some json files were not formatted properly, which made them quite hard to read (e.g. https://github.com/p4lang/tutorials/blob/master/exercises/load_balance/s1-runtime.json#L32 - though not visible in the github preview, there is a single tab here, which shows incorrectly in VSCode).

Since this is a quick fix, I went ahead and auto-formatted all of them. Let me know if there are any formatting rules I should take into account.

image