Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 4.10.0, Qt Creator 4.13.0
-
-
9e4e44d180a2bf1bad05010d754cd821d112d519 (qt-creator/qt-creator/master)
Description
For example this function :
function test(p = 1) {
console.log("hello")
}
is changed to:
function test(p) {
console.log("hello")
}
After saving.
Attachments
For Gerrit Dashboard: QTCREATORBUG-23009 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
335910,2 | qmljs: preserve default arguments when reformatting QML | master | qt-creator/qt-creator | Status: MERGED | +2 | 0 |