vitesse/.vscode/settings.json

16 lines
376 B
JSON
Raw Normal View History

2020-08-10 11:17:26 +08:00
{
2021-03-08 14:40:44 +08:00
"cSpell.words": ["Vitesse"],
2020-08-10 11:17:26 +08:00
"i18n-ally.keystyle": "nested",
2021-03-08 14:40:44 +08:00
"i18n-ally.localesPaths": "locales",
2020-08-10 11:17:26 +08:00
"i18n-ally.sortKeys": true,
2021-03-08 14:40:44 +08:00
"prettier.enable": false,
2021-02-16 12:38:22 +08:00
"typescript.tsdk": "node_modules/typescript/lib",
2021-03-08 14:40:44 +08:00
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
},
"files.associations": {
"*.css": "postcss",
},
"editor.formatOnSave": false,
2021-01-22 18:32:27 +08:00
}