We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 739dee3 commit 0c4756cCopy full SHA for 0c4756c
src/monaco/Monaco.vue
@@ -57,6 +57,7 @@ onMounted(async () => {
57
? { value: props.value, language: lang.value }
58
: { model: null }),
59
fontSize: 13,
60
+ tabSize: 2,
61
theme: replTheme.value === 'light' ? theme.light : theme.dark,
62
readOnly: props.readonly,
63
automaticLayout: true,
0 commit comments