16 lines
389 B
JSON
16 lines
389 B
JSON
{
|
|
"cSpell.words": ["intlify", "unplugin", "vitepress", "waline"],
|
|
"oxc.enable": true,
|
|
"oxc.lint.enable": true,
|
|
"oxc.fmt.experimental": true,
|
|
"editor.defaultFormatter": "oxc.oxc-vscode",
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.oxc": "explicit"
|
|
},
|
|
"prettier.enable": false,
|
|
"[go]": {
|
|
"editor.defaultFormatter": "golang.go"
|
|
}
|
|
}
|