Commit Graph
10 Commits
Author SHA1 Message Date
ItsLemmy 32905224b9 Preparing the switch to qmlformat. 2025-11-16 16:44:47 -05:00
ItsLemmy 9e454bd608 qmlfmt: dont fallback to qmlformat. 2025-11-16 11:52:47 -05:00
mochou b692275c31 fix(qmlfmt): Add compatibility for qmlformat command
- 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.
2025-11-15 17:17:03 +08:00
ItsLemmy d262b84b41 i18n: translating script sort by keys to keep things nice and tidy + re-translated some modified english translations. 2025-11-03 21:28:54 -05:00
ItsLemmy fae2535d00 qmlfmt: detect array destructuring and skip file to avoid breakage. 2025-10-17 11:03:48 -04:00
ItsLemmy d56c197fd3 qmlfmt: restoring error reporting 2025-10-16 21:44:28 -04:00
Kainoa Kanter a431d87dc1 fix: cd in precommit hook, not in qmlfmt script 2025-10-16 13:36:44 -07:00
Kainoa Kanter d5b9abd9e0 devex: precommit hook to run qmlfmt, parallelize qmlfmt.sh 2025-10-16 13:28:35 -07:00
ItsLemmy e3f0f428da Settings: re-organization 2025-10-12 22:09:35 -04:00
lysec 82eefbc65c Bin: move dev scripts in Bin/dev/ 2025-10-10 14:02:37 +02:00