Skip to content

Commit ed4cd56

Browse files
committed
Enable wrap
1 parent 63f550c commit ed4cd56

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

karibski/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,9 @@
3939
var editor = ace.edit("editor");
4040
editor.setTheme("ace/theme/cloud_editor_dark");
4141
editor.session.setMode("ace/mode/lua");
42-
editor.setOption("enableLiveAutocompletion", true);
4342
editor.setOption("cursorStyle", "smooth");
43+
editor.setOption("enableLiveAutocompletion", true);
44+
editor.setOption("wrap", true);
4445
editor.setShowPrintMargin(false);
4546
document.getElementById("editor").style.fontSize = "16px";
4647
var GetText = function() {

0 commit comments

Comments
 (0)