Skip to content

Commit

Permalink
Enable wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
ttwizz committed Jun 25, 2024
1 parent 63f550c commit ed4cd56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion karibski/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@
var editor = ace.edit("editor");
editor.setTheme("ace/theme/cloud_editor_dark");
editor.session.setMode("ace/mode/lua");
editor.setOption("enableLiveAutocompletion", true);
editor.setOption("cursorStyle", "smooth");
editor.setOption("enableLiveAutocompletion", true);
editor.setOption("wrap", true);
editor.setShowPrintMargin(false);
document.getElementById("editor").style.fontSize = "16px";
var GetText = function() {
Expand Down

0 comments on commit ed4cd56

Please sign in to comment.