Better default font size

This commit is contained in:
David Heinemeier Hansson 2024-06-03 16:53:55 -07:00
parent 0786909669
commit 9e1cc61297

View File

@ -4,7 +4,7 @@
"security.workspace.trust.untrustedFiles": "open", "security.workspace.trust.untrustedFiles": "open",
"editor.minimap.enabled": false, "editor.minimap.enabled": false,
"git.ignoreMissingGitWarning": true, "git.ignoreMissingGitWarning": true,
"editor.fontSize": 14, "editor.fontSize": 12,
"editor.occurrencesHighlight": "off", "editor.occurrencesHighlight": "off",
"editor.selectionHighlight": false, "editor.selectionHighlight": false,
"editor.suggestOnTriggerCharacters": false, "editor.suggestOnTriggerCharacters": false,