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

Indention for templates is broken

    XMLWordPrintable

Details

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

    Description

      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>
      

      Attachments

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

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes