Skip to content

Instantly share code, notes, and snippets.

@joaobibiano
joaobibiano / extensions-and-configs.md
Created January 23, 2022 12:20
My extensions and configuration for VSCODE

Configurations

{
  "editor.fontSize": 14,
  "editor.lineHeight": 24,
  "editor.fontFamily": "JetBrains Mono",
  "editor.fontLigatures": true,
  "explorer.compactFolders": false,
  "editor.rulers": [80, 120],