From d19b12d0a43f8954661cd3088a4156282ce4bd22 Mon Sep 17 00:00:00 2001 From: KaiSD Date: Wed, 4 Sep 2019 08:28:25 +0200 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20'ace/index.html'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ace/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ace/index.html b/ace/index.html index e247d78..321437d 100644 --- a/ace/index.html +++ b/ace/index.html @@ -70,10 +70,10 @@ theme: "ace/theme/ambiance", showPrintMargin: false, wrap: true, - indentedSoftWrap: true, + indentedSoftWrap: false, showFoldWidgets: false, showLineNumbers: true, - showGutter: true, + showGutter: false, autoScrollEditorIntoView: true, fontSize: 14 });