From eb99af2735dea81b4588f836d95f4e4e34a2aa71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Losada=20Hern=C3=A1ndez?= Date: Sun, 29 Mar 2026 00:33:07 +0100 Subject: [PATCH] tab size changed to 2 --- client/components/codeEditor/codeEditor.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/components/codeEditor/codeEditor.less b/client/components/codeEditor/codeEditor.less index 6415753ae..5fba31f08 100644 --- a/client/components/codeEditor/codeEditor.less +++ b/client/components/codeEditor/codeEditor.less @@ -19,6 +19,10 @@ font-family: monospace; height: 100%; width:100%; + + .cm-content { + tab-size:2 !important; + } @media screen and (pointer: coarse) { font-size: 16px;