zephyr-frontend/.vscode/settings.json
2022-05-01 11:54:18 +08:00

11 lines
186 B
JSON

{
"cSpell.words": ["Vitesse"],
"prettier.enable": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"files.associations": {
"*.css": "postcss"
}
}