forked from qt-creator/qt-creator
QmlJS indenter: Fix ternary multiline indent.
Task-number: QTCREATORBUG-6208 Change-Id: I7e5267291bc01226b5339cb4abdbb15856c58477 Reviewed-by: Leandro T. C. Melo <leandro.melo@nokia.com>
This commit is contained in:
@@ -145,6 +145,7 @@ public: // must be public to make Q_GADGET introspection work
|
||||
bracket_element_maybe_objectdefinition, // after an identifier in bracket_element_start
|
||||
|
||||
ternary_op, // The ? : operator
|
||||
ternary_op_after_colon, // after the : in a ternary
|
||||
|
||||
jsblock_open,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user