2022-11-13 13:34:43 +08:00
|
|
|
{
|
|
|
|
"prettier.enable": false,
|
|
|
|
"editor.codeActionsOnSave": {
|
|
|
|
"source.fixAll.eslint": true
|
|
|
|
},
|
|
|
|
"files.associations": {
|
|
|
|
"*.css": "postcss"
|
|
|
|
},
|
2022-11-14 00:05:32 +08:00
|
|
|
"editor.formatOnSave": false,
|
|
|
|
"cSpell.words": [
|
2022-11-14 10:20:07 +08:00
|
|
|
"masto",
|
2022-11-29 14:57:32 +08:00
|
|
|
"Nuxtodon",
|
2022-11-30 06:47:24 +08:00
|
|
|
"unmute",
|
|
|
|
"unstorage"
|
2022-11-28 14:58:29 +08:00
|
|
|
],
|
|
|
|
"i18n-ally.localesPaths": [
|
|
|
|
"locales"
|
|
|
|
],
|
|
|
|
"i18n-ally.keystyle": "nested",
|
2022-11-29 14:57:32 +08:00
|
|
|
"i18n-ally.sourceLanguage": "en-US",
|
|
|
|
"i18n-ally.preferredDelimiter": "_",
|
|
|
|
"i18n-ally.sortKeys": true
|
2022-11-13 13:34:43 +08:00
|
|
|
}
|