mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
Merge pull request #3 from roryokane/patch-1
Set tab size in text editor to match default HTML
This commit is contained in:
commit
8ff5cd4305
1 changed files with 1 additions and 0 deletions
|
@ -114,6 +114,7 @@ javascript:
|
|||
editor = ace.edit("editor");
|
||||
setTheme();
|
||||
editor.getSession().setMode("ace/mode/html");
|
||||
editor.getSession().setTabSize(2);
|
||||
editor.setFontSize(14);
|
||||
editor.setShowPrintMargin(false);
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue