From 79d535c283832c49c88334d6354f7f3635b83dff Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Sun, 8 Mar 2026 15:31:04 -0500 Subject: [PATCH] json formatting --- .vscode/launch.json | 33 ++++++++++++++++----------------- schema/modules.schema.json | 2 +- schema/processors.schema.json | 2 +- 3 files changed, 18 insertions(+), 19 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 01b2c20..4e84f46 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -1,18 +1,17 @@ { - // Use IntelliSense to learn about possible attributes. - // Hover to view descriptions of existing attributes. - // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [ - - { - "name": "Launch showbridge", - "type": "go", - "request": "launch", - "mode": "auto", - "program": "cmd/showbridge", - "args": ["--log-level", "debug"], - "cwd": "./" - } - ] -} \ No newline at end of file + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + { + "name": "Launch showbridge", + "type": "go", + "request": "launch", + "mode": "auto", + "program": "cmd/showbridge", + "args": ["--log-level", "debug"], + "cwd": "./" + } + ] +} diff --git a/schema/modules.schema.json b/schema/modules.schema.json index ecba5ea..88d3553 100644 --- a/schema/modules.schema.json +++ b/schema/modules.schema.json @@ -436,7 +436,7 @@ "default": "0.0.0.0" }, "port": { - "title" : "Port", + "title": "Port", "type": "integer", "minimum": 1, "maximum": 65535 diff --git a/schema/processors.schema.json b/schema/processors.schema.json index c254326..71baa65 100644 --- a/schema/processors.schema.json +++ b/schema/processors.schema.json @@ -247,7 +247,7 @@ "base": { "title": "Base", "type": "integer", - "enum": [0,2, 8, 10, 16], + "enum": [0, 2, 8, 10, 16], "default": 10 }, "bitSize": {