Increased font size in VSCode.

This commit is contained in:
Michael Mueller
2025-01-21 15:12:32 +01:00
parent e999d08c12
commit 8310cf0530

View File

@@ -158,7 +158,7 @@
"html.format.wrapLineLength": 80,
"editor.wordWrap": "bounded",
"editor.wordWrapColumn": 90,
"editor.fontSize": 12,
"editor.fontSize": 13,
"terminal.integrated.shellIntegration.suggestEnabled": true,
"git.mergeEditor": true,
"merge-conflict.autoNavigateNextConflict.enabled": true,