Skip to content

Commit 0296bba

Browse files
authored
Merge branch 'eclipse-editdor:master' into refactor/AddLinkTdDialog
2 parents f3ca81d + 93c6c02 commit 0296bba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/Editor/JsonEditor.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ const editorOptions: editor.IStandaloneEditorConstructionOptions = {
3131
selectOnLineNumbers: true,
3232
automaticLayout: true,
3333
lineDecorationsWidth: 20,
34+
tabSize: 2,
35+
insertSpaces: true,
3436
};
3537

3638
// delay function that executes the callback once it hasn't been called for

0 commit comments

Comments
 (0)