Skip to content

Commit

Permalink
build(vscode): 📄 add licenser settings
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuar committed Oct 26, 2024
1 parent 124175f commit c5df10d
Showing 1 changed file with 45 additions and 42 deletions.
87 changes: 45 additions & 42 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"licenser.license": "MIT",
"licenser.useSPDXLicenseFormat": true
}

0 comments on commit c5df10d

Please sign in to comment.