[Qt-creator] Align continuation lines
Jayesh Chaudhary
aashishcy at gmail.com
Sat Jun 30 23:48:03 CEST 2012
*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;
}
*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/qt-creator/attachments/20120630/189e03fa/attachment.html>
More information about the Qt-creator
mailing list