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