2020-11-01 17:22:42 +01:00
|
|
|
{
|
2021-08-18 20:15:02 +02:00
|
|
|
"folders": [{ "path": "." }],
|
|
|
|
|
"settings": {
|
|
|
|
|
"editor.formatOnSave": true,
|
|
|
|
|
"prettier.tabWidth": 2,
|
|
|
|
|
|
|
|
|
|
"prettier.useTabs": false,
|
|
|
|
|
"prettier.printWidth": 180,
|
|
|
|
|
|
|
|
|
|
"editor.useTabStops": false,
|
|
|
|
|
"editor.tabSize": 2,
|
|
|
|
|
|
|
|
|
|
"[json]": { "editor.defaultFormatter": "esbenp.prettier-vscode", "editor.useTabStops": false, "editor.tabSize": 2 },
|
|
|
|
|
"[jsonc]": { "editor.defaultFormatter": "esbenp.prettier-vscode", "editor.useTabStops": false, "editor.tabSize": 2 },
|
|
|
|
|
"[typescript]": { "editor.defaultFormatter": "esbenp.prettier-vscode", "editor.useTabStops": false, "editor.tabSize": 2 }
|
|
|
|
|
}
|
|
|
|
|
}
|