sbv2-solana/.vscode/settings.json

14 lines
254 B
JSON
Raw Normal View History

2022-05-17 09:42:04 -07:00
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"files.eol": "\n",
"editor.formatOnSave": true,
"editor.wordWrap": "on",
2023-01-17 20:01:28 -08:00
"[typescript]": {
"editor.codeActionsOnSave": {
"source.organizeImports": true
}
}
2022-05-17 09:42:04 -07:00
}