Skip to content

Instantly share code, notes, and snippets.

View jonascarvalh's full-sized avatar

Jonas Carvalho jonascarvalh

  • UEMA/TJMA
  • São Luís, MA - Brasil
View GitHub Profile
@jonascarvalh
jonascarvalh / settings.json
Last active May 2, 2024 13:44
VSCode Settings 2024
{
"window.zoomLevel": 1,
"editor.minimap.enabled": false,
"symbols.hidesExplorerArrows": false,
"workbench.iconTheme": "symbols",
"editor.fontFamily": "JetBrains Mono",
"editor.fontSize": 12,
"editor.lineHeight": 1.8,
"editor.rulers": [80, 128],
"workbench.startupEditor": "newUntitledFile",