Merge pull request #24437 from mateusfccp/single_quotes_option

Add settings for single-quotes on completion
This commit is contained in:
Rémi Verschelde 2019-04-30 14:58:33 +02:00 committed by GitHub
commit 9dc9434b1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 67 additions and 17 deletions

View file

@ -466,6 +466,7 @@ void EditorSettings::_load_defaults(Ref<ConfigFile> p_extra_config) {
_initial_set("text_editor/completion/callhint_tooltip_offset", Vector2());
_initial_set("text_editor/completion/complete_file_paths", true);
_initial_set("text_editor/completion/add_type_hints", false);
_initial_set("text_editor/completion/use_single_quotes", false);
// Help
_initial_set("text_editor/help/show_help_index", true);