[BUG] Formatter add additional new lines when line break is `CRLF`
How to reproduce: disable qmlls will result in this
PS: In addition, I have a few more questions:
.qmllint.ini: It doesn't seem to work with me, as I can't set the warning level or QMLAdditionalQmlImportPaths- How do I disable warnings? As mentioned in the first point, I have tried various methods but cannot import third-party QML library paths. Qt Creator works properly.
- Is there a document or configuration specification, which seems different from Qt Creator.
I have discovered a new issue: sometimes qrc files continue to compile without stopping, and are regenerated every second.
And every time the file is saved, it is built twice, which is strange. If these are all new issues, I will report them in the new issue.
I have discovered a new issue: sometimes qrc files continue to compile without stopping, and are regenerated every second.
And every time the file is saved, it is built twice, which is strange. If these are all new issues, I will report them in the new issue.
don't use Qt for Python >Rcc>Live Execution this will run rcc auto.
A similar problem was found with the "QML Format" VSCode extension (https://github.com/Delgan/qml-format/issues/2), maybe the fix for this extension is similar?