1
0
mirror of https://github.com/elk-zone/elk synced 2024-12-12 21:58:05 +09:00
elk/.vscode/settings.json

15 lines
240 B
JSON
Raw Normal View History

2022-11-13 14:34:43 +09:00
{
"prettier.enable": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"files.associations": {
"*.css": "postcss"
},
2022-11-14 01:05:32 +09:00
"editor.formatOnSave": false,
"cSpell.words": [
2022-11-14 11:20:07 +09:00
"masto",
2022-11-14 01:05:32 +09:00
"Nuxtodon"
]
2022-11-13 14:34:43 +09:00
}