-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
beautify property in qml files #1754
Comments
do you have a link to the language description for QML? |
Even it's an old thing it seems that the real spec is still in progress : https://bugreports.qt.io/browse/QTBUG-81330 Do you have a precise question about it ? |
@jgirardet |
Resolve: beautifier#1754
Description
I'm not sure it could be covered by the tool.
I wanted to beautify qml files. Everything looks good except about var propeties
Input
The code looked like this before beautification:
Expected Output
The code should have looked like this after beautification:
Actual Output
The code actually looked like this after beautification:
It seems that only var property type is changed. I'm not sure it's a bug with javascript but it's one with qml files.
Environment
OS:
Settings
The text was updated successfully, but these errors were encountered: