mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-02 23:19:57 +00:00
871076f2d9
Co-authored-by: Shinigami <chrissi92@hotmail.de> Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe> Co-authored-by: Daniel Roe <daniel@roe.dev>
20 lines
362 B
JSON
20 lines
362 B
JSON
{
|
|
"prettier.enable": false,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": true
|
|
},
|
|
"files.associations": {
|
|
"*.css": "postcss"
|
|
},
|
|
"editor.formatOnSave": false,
|
|
"cSpell.words": [
|
|
"masto",
|
|
"Nuxtodon"
|
|
],
|
|
"i18n-ally.localesPaths": [
|
|
"locales"
|
|
],
|
|
"i18n-ally.keystyle": "nested",
|
|
"i18n-ally.sourceLanguage": "en-US"
|
|
}
|