2023-03-03 16:23:46 +01:00
|
|
|
{
|
|
|
|
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
|
|
|
|
"eslint.format.enable": true,
|
|
|
|
"editor.codeActionsOnSave": {
|
|
|
|
"source.fixAll.eslint": true
|
|
|
|
},
|
|
|
|
"[json]": {
|
|
|
|
"editor.defaultFormatter": "vscode.json-language-features",
|
|
|
|
"editor.detectIndentation": false,
|
|
|
|
"editor.tabSize": 4,
|
|
|
|
"editor.insertSpaces": true
|
2023-10-28 05:55:34 +02:00
|
|
|
},
|
|
|
|
"cSpell.words": [
|
|
|
|
"Baseclass",
|
|
|
|
"IIIA",
|
|
|
|
"medkit",
|
|
|
|
"Superfors",
|
|
|
|
"ULACH"
|
|
|
|
]
|
|
|
|
}
|