Details
-
Bug
-
Resolution: Unresolved
-
P4: Low
-
None
-
Qt Creator 2.6.2, Qt Creator 3.0.0-rc1
-
None
-
OSX
Description
I use spaces only with 4 spaces set as the tab and indent sizes.
When I hit return after a constructor definition and add a colon ':', Creator correctly indents the colon with 4 spaces.
However if i hit return again at add the first member to initialize it applies 6 spaces
MyConstructor::MyConstructor : m_memberData { }