aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlformat/data/IfBlocks.formatted.qml
Commit message (Collapse)AuthorAgeFilesLines
* qmlformat: Fix nested functionsMaximilian Goldstein2020-06-251-1/+0
| | | | | | Fixes: QTBUG-85035 Change-Id: I5e1cb003b7b84547e3408a086eebf3be740e6860 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
* qmlformat: Fix trailing newline in if blocksMaximilian Goldstein2020-06-171-1/+0
| | | | | | Fixes: QTBUG-85003 Change-Id: Ie68c838c9bc1d52181a741871279bee5a8020855 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
* qmlformat: Fix inconsistent if statementsMaximilian Goldstein2020-03-251-0/+63
Should now produce more consistent output for if statements. Fixes: QTBUG-82261 Change-Id: I39da0c80c4aadc2c5bdef32953c34ed9f0708a9e Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>