Files
invertergui/.vscode/settings.json
2021-05-06 22:46:43 +02:00

23 lines
354 B
JSON

{
"[javascript]": {
"editor.insertSpaces": true,
"editor.tabSize": 2
},
"[html]": {
"editor.insertSpaces": true,
"editor.tabSize": 2
},
"[go]": {
"editor.insertSpaces": false,
"editor.tabSize": 4
},
"cSpell.words": [
"diebietse",
"ghaction",
"ghcr",
"golangci",
"invertergui",
"semver"
]
}