From df04c712f46a3a3daa606b06f1b6b5fa4fd7215b Mon Sep 17 00:00:00 2001 From: Brian Ward Date: Wed, 30 Oct 2024 19:24:42 +0000 Subject: [PATCH] Make the default tab 2-spaces --- gui/src/app/FileEditor/TextEditor.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/gui/src/app/FileEditor/TextEditor.tsx b/gui/src/app/FileEditor/TextEditor.tsx index 71bb792..2ae42f7 100644 --- a/gui/src/app/FileEditor/TextEditor.tsx +++ b/gui/src/app/FileEditor/TextEditor.tsx @@ -165,6 +165,7 @@ const TextEditor: FunctionComponent = ({ domReadOnly: readOnly, wordWrap: "on", minimap: { enabled: false }, + tabSize: 2, }} theme={theme} />