Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
6.8.0
-
None
Description
In QtCreator: when we configure qmlformat to run on save.
The ".qmlformat.ini" config file is not read by qmlformat.
We noticed that if the .ini file is put in the C://Users/<username> folder, then the .ini file is read. This is because the QtCreator is using temp folders in AppData to edit/save the files.
The .ini file should be read if is in the same folder as the qmlformat binary or an option to adjust the path to the .ini file should be available.