23 lines
354 B
JSON
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"
|
|
]
|
|
}
|