Skip to content

Instantly share code, notes, and snippets.

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

Arthur Ramires arthurramires

🏠
Working from home
View GitHub Profile
@arthurramires
arthurramires / gist:0a5c964838be2981e082634eb957b635
Created September 24, 2025 14:46
VsCode configuration (Theme + extensions) - 24/09
{
"github.copilot.nextEditSuggestions.enabled": true,
"workbench.colorTheme": "Min Dark",
"workbench.iconTheme": "symbols",
"editor.fontFamily": "JetBrains Mono",
"editor.fontSize": 14,
"editor.fontLigatures": true,
"editor.lineHeight": 1.8,
"editor.rulers": [80, 120],
"workbench.editor.labelFormat": "short",