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