Skip to content

Instantly share code, notes, and snippets.

View Quinntas's full-sized avatar
🐒
Debug driven development

Caio "Quintas_" Santiago Quinntas

🐒
Debug driven development
View GitHub Profile
{
"beautify.onSave": true,
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"workbench.startupEditor": "newUntitledFile",
"prettier.tabWidth": 4,
"prettier.semi": true,
"prettier.singleQuote": true,
"prettier.bracketSpacing": false,
"prettier.bracketSameLine": false,