mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-05 13:57:36 +00:00
- Modifies Bin/dev/qmlfmt.sh to check for both 'qmlfmt' and 'qmlformat' executables. - Uses 'qmlfmt' with its original arguments if found. - If 'qmlfmt' is not found, uses 'qmlformat' with arguments for 2-space indentation and essential semicolons. - Exits with an error if neither command is available. - This makes the QML formatting pre-commit hook more robust.