We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f3ca81d + 93c6c02 commit 0296bbaCopy full SHA for 0296bba
src/components/Editor/JsonEditor.tsx
@@ -31,6 +31,8 @@ const editorOptions: editor.IStandaloneEditorConstructionOptions = {
31
selectOnLineNumbers: true,
32
automaticLayout: true,
33
lineDecorationsWidth: 20,
34
+ tabSize: 2,
35
+ insertSpaces: true,
36
};
37
38
// delay function that executes the callback once it hasn't been called for
0 commit comments