mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
[build] Add Spotless for JSON (#4956)
This commit is contained in:
@@ -225,9 +225,12 @@
|
||||
"mainclass": "Main",
|
||||
"commandversion": 2
|
||||
},
|
||||
{"name": "Mechanism2d",
|
||||
{
|
||||
"name": "Mechanism2d",
|
||||
"description": "An example usage of Mechanism2d to display mechanism states on a dashboard.",
|
||||
"tags": ["Mechanism2d"],
|
||||
"tags": [
|
||||
"Mechanism2d"
|
||||
],
|
||||
"foldername": "mechanism2d",
|
||||
"gradlebase": "java",
|
||||
"mainclass": "Main",
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
"name": "Command Robot Skeleton (Advanced)",
|
||||
"description": "Skeleton (stub) code for Command Robot",
|
||||
"tags": [
|
||||
"Command", "Skeleton"
|
||||
"Command",
|
||||
"Skeleton"
|
||||
],
|
||||
"foldername": "commandbasedskeleton",
|
||||
"gradlebase": "java",
|
||||
|
||||
Reference in New Issue
Block a user