diff --git a/.vscode/settings.json b/.vscode/settings.json index bd9b85b4..3f11863f 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,45 +1,48 @@ { - "conventionalCommits.scopes": [ - "github", - "agent", - "vscode", - "ui", - "go", - "tracker", - "devcontainer", - "linux/hwmon", - "linux", - "scripts", - "container", - "preferences", - "cmd", - "hass", - "dbusx", - "device", - "codecov", - "translations", - "logging", - "linux/proc", - "git", - "mage", - "commands", - "cli", - "packaging", - "upgrade", - "README" - ], - "go.testFlags": ["-v"], - "[markdown]": { - "editor.defaultFormatter": "yzhang.markdown-all-in-one", - "editor.unicodeHighlight.ambiguousCharacters": false, - "editor.unicodeHighlight.invisibleCharacters": false, - "diffEditor.ignoreTrimWhitespace": false, - "editor.wordWrap": "on", - "editor.trimAutoWhitespace": true, - "editor.quickSuggestions": { - "comments": "off", - "strings": "off", - "other": "off" - } + "conventionalCommits.scopes": [ + "github", + "agent", + "vscode", + "ui", + "go", + "tracker", + "devcontainer", + "linux/hwmon", + "linux", + "scripts", + "container", + "preferences", + "cmd", + "hass", + "dbusx", + "device", + "codecov", + "translations", + "logging", + "linux/proc", + "git", + "mage", + "commands", + "cli", + "packaging", + "upgrade", + "README" + ], + "go.testFlags": ["-v"], + "[markdown]": { + "editor.defaultFormatter": "yzhang.markdown-all-in-one", + "editor.unicodeHighlight.ambiguousCharacters": false, + "editor.unicodeHighlight.invisibleCharacters": false, + "diffEditor.ignoreTrimWhitespace": false, + "editor.wordWrap": "on", + "editor.trimAutoWhitespace": true, + "editor.quickSuggestions": { + "comments": "off", + "strings": "off", + "other": "off" } + }, + "licenser.author": "Joshua Rich ", + "licenser.license": "MIT", + "licenser.useSPDXLicenseFormat": true }