mirror of
https://github.com/getwax/ethdk.git
synced 2026-01-08 20:07:58 -05:00
10 lines
200 B
JSON
10 lines
200 B
JSON
{
|
|
"editor.rulers": [80],
|
|
"editor.tabSize": 2,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll": true
|
|
},
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"editor.formatOnSave": true
|
|
}
|