forked from qt-creator/qt-creator
QmlJS: Fix object literal indent in property initializers.
This commit is contained in:
@@ -126,7 +126,8 @@ public: // must be public to make Q_GADGET introspection work
|
||||
|
||||
binding_or_objectdefinition, // after an identifier
|
||||
|
||||
binding_assignment, // after :
|
||||
binding_assignment, // after : in a binding
|
||||
property_initializer, // after : in a property
|
||||
objectdefinition_open, // after {
|
||||
|
||||
expression,
|
||||
|
||||
Reference in New Issue
Block a user