Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-114801

qmlformat: two spaces in 'NumberAnimation on x {'

    XMLWordPrintable

Details

    • 08667fa4a (dev), f856348cd (6.6), 0ecf823b9 (6.5)

    Description

      Example file:

      import QtQuick
      
      Item {
          NumberAnimation on x {
          }
      }
      

      After running qmlformat -i:

      import QtQuick
      
      Item {
          NumberAnimation on x  {
          }
      }
      

      Note the two spaces after x. As we usually only use one space, this looks like a bug.

      Attachments

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

        Activity

          People

            qtqmlteam Qt Qml Team User
            kkohne Kai Köhne
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes