Zalvena/.vscode/settings.json

16 lines
296 B
JSON
Raw Normal View History

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
}