Skip to content

Instantly share code, notes, and snippets.

View oalvesnelio's full-sized avatar
🏠
Working from home

Nélio Alves oalvesnelio

🏠
Working from home
View GitHub Profile
@oalvesnelio
oalvesnelio / settings.json
Last active January 20, 2022 23:30
vs-code-configuration
{
"files.hotExit": "onExitAndWindowClose",
"files.autoSave": "onFocusChange",
"files.associations": {
"*.twig": "html"
},
"editor.tabSize": 2,
"editor.accessibilitySupport": "off",
"editor.bracketPairColorization.enabled": true,
"editor.codeLensFontSize": 12,