[build] Add Spotless for JSON (#4956)

This commit is contained in:
Starlight220
2023-01-16 18:26:46 +02:00
committed by GitHub
parent 5cb0340a8c
commit bd6479dc29
19 changed files with 1054 additions and 912 deletions

View File

@@ -39,11 +39,13 @@
"commandversion": 2
},
{
"name":"Mechanism2d",
"foldername":"Mechanism2d",
"gradlebase":"cpp",
"description":"An example usage of Mechanism2d to display mechanism states on a dashboard.",
"tags":["Mechanism2d"],
"name": "Mechanism2d",
"foldername": "Mechanism2d",
"gradlebase": "cpp",
"description": "An example usage of Mechanism2d to display mechanism states on a dashboard.",
"tags": [
"Mechanism2d"
],
"commandversion": 2
},
{
@@ -290,7 +292,6 @@
"gradlebase": "cpp",
"commandversion": 2
},
{
"name": "Axis Camera Sample",
"description": "An example program that acquires images from an Axis network camera and adds some annotation to the image as you might do for showing operators the result of some image recognition, and sends it to the dashboard for display. This demonstrates the use of the AxisCamera class.",