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

qmlformat: two spaces in 'NumberAnimation on x {'

XMLWordPrintable

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

      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.

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes