*Folks,
I am using this SHA of qtcreator, f9b8ae6a33c2341c52f92c94d575a35a655aca91
and I could not get the continuous line alignment to work correctly. I
would like to use indentation of two spaces for the continuation line as
well and it always add padding of 4 spaces. I tried various options and
even debug the code and it always seems to be 4 (for indent size of 2).
What I am missing? Is this a bug in current qtcreator?
Thanks,
##################################################
# Below I set my indent = 2 and tabs = 2;
void foo() {
if (a &&
b)
c;
while (a ||
b)
break;
a = b +
c;
myInstance.longMemberName +=
foo;
myInstance.longMemberName += bar +
foo;
}
*
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/qt-creator