Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-118

Add "indent braces" option

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P4: Low P4: Low
    • None
    • Qt Creator 1.2.1
    • Editors
    • None

      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();
          }
      

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            mae mae
            sthomass Stian Sandvik Thomassen (closed Nokia identity) (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes