wrap lines by default

because long lines are not handled well
This commit is contained in:
Min RK 2014-12-08 12:04:51 -08:00
parent 1e5bd77bda
commit 6c4f8de34a

View File

@ -60,6 +60,7 @@ function($,
indentUnit: 4,
theme: "ipython",
lineNumbers: true,
lineWrapping: true,
};
Editor.prototype.load = function() {