Fresh design

This commit is contained in:
Dan Sosedoff
2016-01-04 20:25:54 -06:00
parent aa0ffedc8c
commit 9cfdf4a194
4 changed files with 39 additions and 35 deletions

View File

@@ -394,6 +394,7 @@ function initEditor() {
editor.setFontSize(13);
editor.setTheme("ace/theme/tomorrow");
editor.setShowPrintMargin(false);
editor.getSession().setMode("ace/mode/pgsql");
editor.getSession().setTabSize(2);
editor.getSession().setUseSoftTabs(true);