sbv2-solana/.vscode/settings.json

10 lines
204 B
JSON

{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"files.eol": "\n",
"editor.formatOnSave": true,
"editor.wordWrap": "on",
"typescript.tsdk": "node_modules/typescript/lib"
}