mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-22 09:25:24 +03:00
14 lines
240 B
JSON
14 lines
240 B
JSON
{
|
|
"prettier.enable": false,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": true
|
|
},
|
|
"files.associations": {
|
|
"*.css": "postcss"
|
|
},
|
|
"editor.formatOnSave": false,
|
|
"cSpell.words": [
|
|
"masto",
|
|
"Nuxtodon"
|
|
]
|
|
}
|