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