Skip to content

Instantly share code, notes, and snippets.

@bybruno
bybruno / settings.json
Last active October 25, 2022 17:12
VSCode Settings
{
"editor.showFoldingControls": "always",
"editor.foldingStrategy": "indentation",
"terminal.integrated.fontSize": 16,
"editor.fontFamily": "JetBrains Mono",
"editor.fontLigatures": true,
"editor.tabSize": 2,
"editor.rulers": [80, 120],
"explorer.compactFolders": false,
"editor.renderLineHighlight": "gutter",