我在 Qt Creator 中使用 qmlformat 来格式化我的 QML 文件,使用这些选项:
--force --normalize --indent-width 2 --objects-spacing --functions-spacing
,但一段时间后它开始添加新选项--inplace
并且程序停止工作并出现此错误:Error in text formatting: Failed to format: The command "/home/user/Qt/6.7.0/gcc_64/bin/qmlformat --normalize --indent-width 2 --objects-spacing --functions-spacing --force --inplace /tmp/QtCreator-iZOaRU/qtc_beautifier_kCRiQkSB.qml" terminated with exit code 1..
。
我还没有找到这个新选项可以插入到 Qt Creator 设置中的哪里,Google 也没有多大帮助。有人在 Qt Creator 中遇到过这个事情吗?