From 9e1cc61297329804e076593857e56bd2af4e61f9 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 3 Jun 2024 16:53:55 -0700 Subject: [PATCH] Better default font size --- configs/vscode.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/vscode.json b/configs/vscode.json index 4e1ba45..9827583 100644 --- a/configs/vscode.json +++ b/configs/vscode.json @@ -4,7 +4,7 @@ "security.workspace.trust.untrustedFiles": "open", "editor.minimap.enabled": false, "git.ignoreMissingGitWarning": true, - "editor.fontSize": 14, + "editor.fontSize": 12, "editor.occurrencesHighlight": "off", "editor.selectionHighlight": false, "editor.suggestOnTriggerCharacters": false,