Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
Qt Creator 4.6.1
-
None
Description
Steps to reproduce-
- Go to Tools > Options > Qt Quick > QML/JS Editing and enable "Enable auto format on file save"
- Open a QML file which has a multiline block of JS code (example attached)
- Make a change and save the file
What happens-
Semicolons are removed from the end of JS statements.
What should happen-
If they exist, semicolons should not be removed from the end of JS statements.
Attachments
Issue Links
- relates to
-
QTCREATORBUG-22461 QML/JS reformat file ignores formatting settings
- Open
-
QTCREATORBUG-22675 Broken "Enable auto format on file save" feature for qml/js files
- Closed