2023-04-02 12:43:28 +01:00
|
|
|
{
|
2023-09-01 10:52:15 +01:00
|
|
|
"editor.tabSize": 2,
|
2023-04-02 12:43:28 +01:00
|
|
|
"editor.formatOnSave": true,
|
2023-08-21 23:43:50 +02:00
|
|
|
"editor.tabCompletion": "on",
|
|
|
|
"[typescript]": {
|
|
|
|
"editor.codeActionsOnSave": {
|
|
|
|
"source.organizeImports": true
|
|
|
|
}
|
2023-04-02 12:43:28 +01:00
|
|
|
},
|
2023-08-21 23:43:50 +02:00
|
|
|
"[typescriptreact]": {
|
|
|
|
"editor.codeActionsOnSave": {
|
|
|
|
"source.organizeImports": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"files.eol": "\n"
|
2023-04-02 12:43:28 +01:00
|
|
|
}
|