elk/.vscode/settings.json

30 wiersze
642 B
JSON
Czysty Zwykły widok Historia

2022-11-13 05:34:43 +00:00
{
2023-01-05 13:43:34 +00:00
"cSpell.words": [
"masto",
"Nuxtodon",
"unmute",
"unstorage"
],
2022-11-13 05:34:43 +00:00
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
2023-01-05 13:43:34 +00:00
"editor.formatOnSave": false,
2022-11-13 05:34:43 +00:00
"files.associations": {
"*.css": "postcss"
},
2023-01-05 13:43:34 +00:00
"i18n-ally.keysInUse": [
"time_ago_options.*",
"visibility.*"
],
2023-01-05 13:43:34 +00:00
"i18n-ally.keystyle": "nested",
"i18n-ally.localesPaths": [
"locales"
],
2022-11-29 06:57:32 +00:00
"i18n-ally.preferredDelimiter": "_",
2022-12-27 18:00:42 +00:00
"i18n-ally.sortKeys": true,
"i18n-ally.sourceLanguage": "en",
2023-01-05 13:43:34 +00:00
"prettier.enable": false,
"volar.completion.preferredTagNameCase": "pascal",
"volar.completion.preferredAttrNameCase": "kebab"
2022-11-13 05:34:43 +00:00
}