Files
oled-nnw/.vscode/settings.json
2023-08-10 07:38:48 +08:00

31 lines
491 B
JSON

{
"css.validate": false,
"stylelint.validate": ["css"],
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"[css]": {
"editor.codeActionsOnSave": {
"source.fixAll.eslint": false,
"source.fixAll.stylelint": true
}
},
"cSpell.words": [
"antfu",
"Attributify",
"bumpp",
"Consolas",
"esno",
"iconify",
"LXGW",
"Menlo",
"Neue",
"Noto",
"Roboto",
"Segoe",
"taze",
"wenkai",
"Windi"
]
}