mirror of https://github.com/elk-zone/elk.git
28 lines
539 B
JSON
28 lines
539 B
JSON
{
|
|
"prettier.enable": false,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": true
|
|
},
|
|
"files.associations": {
|
|
"*.css": "postcss"
|
|
},
|
|
"editor.formatOnSave": false,
|
|
"cSpell.words": [
|
|
"masto",
|
|
"Nuxtodon",
|
|
"unmute",
|
|
"unstorage"
|
|
],
|
|
"i18n-ally.localesPaths": [
|
|
"locales"
|
|
],
|
|
"i18n-ally.keystyle": "nested",
|
|
"i18n-ally.sourceLanguage": "en-US",
|
|
"i18n-ally.preferredDelimiter": "_",
|
|
"i18n-ally.sortKeys": true,
|
|
"i18n-ally.keysInUse": [
|
|
"time_ago_options.*",
|
|
"visibility.*"
|
|
]
|
|
}
|