17 lines
335 B
JSON
17 lines
335 B
JSON
{
|
|
"cSpell.words": ["Vitesse"],
|
|
"prettier.enable": false,
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"editor.tabSize": 2,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": true,
|
|
},
|
|
"files.associations": {
|
|
"*.css": "postcss",
|
|
},
|
|
"files.exclude": {
|
|
"node_modules": true
|
|
},
|
|
"files.eol": "\n"
|
|
}
|