Fix #243
This commit is contained in:
parent
08a7524ee0
commit
fd6636df3f
|
@ -784,6 +784,7 @@ var editors = {
|
|||
theme: config.editorTheme,
|
||||
tabSize: config.editorTabSize,
|
||||
indentUnit: 4,
|
||||
indentWithTabs: true,
|
||||
foldGutter: true,
|
||||
cursorHeight: 1,
|
||||
path: data.path,
|
||||
|
|
|
@ -187,6 +187,7 @@ var playground = {
|
|||
theme: "wide",
|
||||
tabSize: 4,
|
||||
indentUnit: 4,
|
||||
indentWithTabs: true,
|
||||
foldGutter: true,
|
||||
cursorHeight: 1,
|
||||
viewportMargin: 500,
|
||||
|
|
Loading…
Reference in New Issue