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 63f550c commit ed4cd56Copy full SHA for ed4cd56
karibski/index.html
@@ -39,8 +39,9 @@
39
var editor = ace.edit("editor");
40
editor.setTheme("ace/theme/cloud_editor_dark");
41
editor.session.setMode("ace/mode/lua");
42
- editor.setOption("enableLiveAutocompletion", true);
43
editor.setOption("cursorStyle", "smooth");
+ editor.setOption("enableLiveAutocompletion", true);
44
+ editor.setOption("wrap", true);
45
editor.setShowPrintMargin(false);
46
document.getElementById("editor").style.fontSize = "16px";
47
var GetText = function() {
0 commit comments