Skip to content

Instantly share code, notes, and snippets.

@RAMTO
Created August 18, 2022 05:49
Show Gist options
  • Save RAMTO/c16ea5c80dfaaea65c1865e3b7ff6a44 to your computer and use it in GitHub Desktop.
Save RAMTO/c16ea5c80dfaaea65c1865e3b7ff6a44 to your computer and use it in GitHub Desktop.
VSCode settings file
{
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[solidity]": {
"editor.defaultFormatter": "JuanBlanco.solidity"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment