-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 3.0.1
-
None
-
Windows 7/8, OpenSUSE 13.1
Qt Creator 3.0.1
If you push "enter" after "{", you'll get strange indent (for all following code):
template <class Value, class Foo = Bar<Value>> class Baz { // cursor here };
But if you insert space between ">" in the end of line, you'll get normal indent.