Details
-
Bug
-
Resolution: Duplicate
-
P4: Low
-
None
-
Qt Creator 1.2.1
-
None
Description
Qt Creator's automatic indentation aligns the braces on a new line to the first character of the expression preceding it:
foo() { bar(); }
It would be nice if there was an option to indent the braces as well, like the following:
foo() { bar(); }
Attachments
Issue Links
- is replaced by
-
QTCREATORBUG-126 Provide support for different coding styles (indentation, spaces, braces)
- Closed