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

Indention for templates is broken

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Incomplete
    • Icon: P3: Somewhat important P3: Somewhat important
    • None
    • Qt Creator 4.4.0-rc1
    • C/C++/Obj-C++ Support

      if you write a alias to a template you get:

      using Storage = ClangBackEnd::SymbolStorage<Sqlite::SqliteDatabase,
      Sqlite::SqliteReadStatement,
      Sqlite::SqliteWriteStatement>
      

      I would expect:

      using Storage = ClangBackEnd::SymbolStorage<Sqlite::SqliteDatabase,
                                                  Sqlite::SqliteReadStatement,
                                                  Sqlite::SqliteWriteStatement>
      

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

            artem.sokolovskii Artem Sokolovskii (Inactive)
            bubke Marco Bubke
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes