diff --git a/frontend/src/dashboard/editor.tsx b/frontend/src/dashboard/editor.tsx index c2953d5..ade5a18 100644 --- a/frontend/src/dashboard/editor.tsx +++ b/frontend/src/dashboard/editor.tsx @@ -113,6 +113,7 @@ export const Editor = observer((props: Props): JSX.Element => { defaultValue={editorValue} value={editorValue} onChange={(value) => setEditorValue(value || '')} + options={{ tabSize: 2, detectIndentation: true }} >