mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
classref: Sync with current master branch (c09d83010)
This commit is contained in:
@@ -52,7 +52,7 @@ Properties
|
||||
+------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------+
|
||||
| :ref:`bool<class_bool>` | :ref:`indent_automatic<class_CodeEdit_property_indent_automatic>` | ``false`` |
|
||||
+------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------+
|
||||
| :ref:`String[]<class_String>` | :ref:`indent_automatic_prefixes<class_CodeEdit_property_indent_automatic_prefixes>` | ``["(", ":", "[", "{"]`` |
|
||||
| :ref:`String[]<class_String>` | :ref:`indent_automatic_prefixes<class_CodeEdit_property_indent_automatic_prefixes>` | ``[":", "{", "[", "("]`` |
|
||||
+------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------+
|
||||
| :ref:`int<class_int>` | :ref:`indent_size<class_CodeEdit_property_indent_size>` | ``4`` |
|
||||
+------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------+
|
||||
@@ -597,7 +597,7 @@ Sets whether automatic indent are enabled, this will add an extra indent if a pr
|
||||
- :ref:`String[]<class_String>` **indent_automatic_prefixes**
|
||||
|
||||
+-----------+---------------------------------+
|
||||
| *Default* | ``["(", ":", "[", "{"]`` |
|
||||
| *Default* | ``[":", "{", "[", "("]`` |
|
||||
+-----------+---------------------------------+
|
||||
| *Setter* | set_auto_indent_prefixes(value) |
|
||||
+-----------+---------------------------------+
|
||||
|
||||
Reference in New Issue
Block a user