Skip to content

Instantly share code, notes, and snippets.

View lmello0's full-sized avatar

Lucas Mello lmello0

  • Santo André, SP
  • 15:28 (UTC -03:00)
  • LinkedIn in/lmello0
View GitHub Profile
@lmello0
lmello0 / vs-code-python-settings.json
Created September 24, 2025 10:12
VS Code Python Profile Settings
{
// editor related settings
"editor.fontFamily": "JetBrainsMono Nerd Font Mono, monospace",
"editor.minimap.renderCharacters": false,
"editor.minimap.size": "fill",
"editor.cursorStyle": "line",
"editor.cursorBlinking": "smooth",
"editor.lineHeight": 1.5,
"editor.rulers": [
88,
{
// "window.zoomLevel": 0.8,
"editor.fontFamily": "JetBrains Mono, monospace",
"editor.fontSize": 14,
// "editor.fontSize": 18,
"editor.lineHeight": 1.8,
"editor.rulers": [80, 120],
"editor.renderLineHighlight": "gutter",
"editor.fontLigatures": true,
"editor.semanticHighlighting.enabled": false,