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