OlivierLDff / Qaterial

🧩 Collection of Material Components based on QtQuickControls2.
https://olivierldff.github.io/Qaterial/
MIT License
301 stars 57 forks source link

👷 Js beautifier #79

Closed OlivierLDff closed 3 years ago

OlivierLDff commented 3 years ago

To replicate off line before commit:

npm -g install js-beautify
find . -regex '.*\.\(qml\|js\)' -exec js-beautify -r {} \;