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

Indention for initializer list is looking strange

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • P4: Low
    • None
    • Qt Creator 3.4.0
    • C/C++/Obj-C++ Support

    Description

      actual:

      std::vector<Values> vec({Values(1,
                               2)});
      

      expected:

      std::vector<Values> vec({Values(1,
                                      2)});
      

      Attachments

        Issue Links

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

          Activity

            People

              kosjar Nikolai Kosjar
              bubke Marco Bubke
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes