Merge pull request #24437 from mateusfccp/single_quotes_option
Add settings for single-quotes on completion
This commit is contained in:
commit
9dc9434b1b
7 changed files with 67 additions and 17 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue