PowerTuneDigital / PowerTuneDigitalOfficial

Official PowerTune Digital Repo
GNU General Public License v3.0
18 stars 7 forks source link

Lint'ed SerialSettings.qml #3

Closed pgrandin closed 2 years ago

pgrandin commented 2 years ago

Used qmlfmt (https://github.com/jesperhh/qmlfmt) to lint SerialSettings.qml to comply with the QML coding conventions - no other changes. This fixes some indentation issues making the file easier to read. In the future I think it would make sense to break this file into several qml files loaded individually. This would allow setting up testing of the various screens/menus.

It could also be a good idea to discuss having a tool like qmlfmt as part of a CI pipeline or a precommit hook.