15 lines
296 B
JSON
15 lines
296 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"editor.tabCompletion": "on",
|
|
"[typescript]": {
|
|
"editor.codeActionsOnSave": {
|
|
"source.organizeImports": true
|
|
}
|
|
},
|
|
"[typescriptreact]": {
|
|
"editor.codeActionsOnSave": {
|
|
"source.organizeImports": true
|
|
}
|
|
},
|
|
"files.eol": "\n"
|
|
}
|