diff options
| author | Rémi Verschelde | 2018-05-16 10:53:55 +0200 |
|---|---|---|
| committer | GitHub | 2018-05-16 10:53:55 +0200 |
| commit | 98e5a3ea426f12b4ae439f67d29a5c6cfc5f39d4 (patch) | |
| tree | 2e4f461bbbf0c8d089cba375ade4e1c67428df79 /editor/editor_settings.cpp | |
| parent | 17e84568a45df3b81c3a40dc8eab8dbc1f95329a (diff) | |
| parent | 68b9fd79e475b14ea109b6b973944cc4def3f57d (diff) | |
| download | godot-98e5a3ea426f12b4ae439f67d29a5c6cfc5f39d4.tar.gz godot-98e5a3ea426f12b4ae439f67d29a5c6cfc5f39d4.tar.zst godot-98e5a3ea426f12b4ae439f67d29a5c6cfc5f39d4.zip | |
Diffstat (limited to 'editor/editor_settings.cpp')
| -rw-r--r-- | editor/editor_settings.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor_settings.cpp b/editor/editor_settings.cpp index 68705fa29..fe0392334 100644 --- a/editor/editor_settings.cpp +++ b/editor/editor_settings.cpp @@ -383,6 +383,7 @@ void EditorSettings::_load_defaults(Ref<ConfigFile> p_extra_config) { _initial_set("text_editor/files/trim_trailing_whitespace_on_save", false); _initial_set("text_editor/completion/idle_parse_delay", 2); _initial_set("text_editor/tools/create_signal_callbacks", true); + _initial_set("text_editor/tools/sort_members_outline_alphabetically", false); _initial_set("text_editor/files/autosave_interval_secs", 0); _initial_set("text_editor/cursor/block_caret", false); |
