Skip to content

Commit

Permalink
set vscode font size to 13px
Browse files Browse the repository at this point in the history
  • Loading branch information
varp committed Nov 14, 2024
1 parent 6fd8c2d commit 6b1f57a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"editor.fontLigatures": true,
"editor.fontWeight": "400",
"editor.fontFamily": "JetBrainsMono Nerd Font Mono",
"editor.fontSize": 14,
"editor.fontSize": 13,
"editor.largeFileOptimizations": true,
"editor.minimap.enabled": false,
"editor.parameterHints.enabled": true,
Expand Down

0 comments on commit 6b1f57a

Please sign in to comment.