diff options
| author | Ian | 2018-01-25 20:41:17 -0500 |
|---|---|---|
| committer | ianb96 | 2018-05-14 16:17:48 -0400 |
| commit | e1fff4bc092e188a7bf0cb4407b9f4b2403ee11a (patch) | |
| tree | af51cc58a4aa7d7cdbce3a0aa941cdec797baff5 /editor/editor_settings.cpp | |
| parent | 92f1debf0824f8eb8e2e38450dc34542be079375 (diff) | |
| download | godot-e1fff4bc092e188a7bf0cb4407b9f4b2403ee11a.tar.gz godot-e1fff4bc092e188a7bf0cb4407b9f4b2403ee11a.tar.zst godot-e1fff4bc092e188a7bf0cb4407b9f4b2403ee11a.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 7aca92e3a..68705fa29 100644 --- a/editor/editor_settings.cpp +++ b/editor/editor_settings.cpp @@ -371,6 +371,7 @@ void EditorSettings::_load_defaults(Ref<ConfigFile> p_extra_config) { _initial_set("text_editor/line_numbers/line_numbers_zero_padded", false); _initial_set("text_editor/line_numbers/show_breakpoint_gutter", true); _initial_set("text_editor/line_numbers/code_folding", true); + _initial_set("text_editor/line_numbers/word_wrap", false); _initial_set("text_editor/line_numbers/show_line_length_guideline", false); _initial_set("text_editor/line_numbers/line_length_guideline_column", 80); hints["text_editor/line_numbers/line_length_guideline_column"] = PropertyInfo(Variant::INT, "text_editor/line_numbers/line_length_guideline_column", PROPERTY_HINT_RANGE, "20, 160, 1"); |
