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

Indention for initializer list is looking strange

XMLWordPrintable

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

      actual:

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

      expected:

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

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes