Skip to content

Commit 0c4756c

Browse files
refactor: add tabSize configuration (#168)
1 parent 739dee3 commit 0c4756c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/monaco/Monaco.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ onMounted(async () => {
5757
? { value: props.value, language: lang.value }
5858
: { model: null }),
5959
fontSize: 13,
60+
tabSize: 2,
6061
theme: replTheme.value === 'light' ? theme.light : theme.dark,
6162
readOnly: props.readonly,
6263
automaticLayout: true,

0 commit comments

Comments
 (0)