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

Auto format removes default values of qml/js files

XMLWordPrintable

    • Linux/X11, Windows
    • 9e4e44d180a2bf1bad05010d754cd821d112d519 (qt-creator/qt-creator/master)

      For example this function :

      function test(p = 1) {
          console.log("hello")
      }
      

      is changed to:

      function test(p) {
          console.log("hello")
      }
      

      After saving.

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

            fawzi Fawzi Mohamed
            nejatafshar Nejat Afshar
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes