From edb7dd231e847981456f09fede029fba5ee2984e Mon Sep 17 00:00:00 2001 From: Relintai Date: Sat, 20 Aug 2022 22:30:09 +0200 Subject: [PATCH] Enable html prettifying in the web editor. --- modules/web/editor/web_editor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/web/editor/web_editor.cpp b/modules/web/editor/web_editor.cpp index 7cf0ce742..22cfc0e4e 100644 --- a/modules/web/editor/web_editor.cpp +++ b/modules/web/editor/web_editor.cpp @@ -172,7 +172,7 @@ void WebEditor::_notification(int p_what) { } WebEditor::WebEditor() { - _prettify_html = false; + _prettify_html = true; _web_server = memnew(WebEditorWebServer); add_child(_web_server);