qtdoc/doc/snippets/qmlapp/codingconventions
Mitch Curtis d336ca0186 Doc: give property assignments their own line in coding conventions
The point of the convention was that related properties should be part
of the same "block" or "group" of assignments, which can be achieved by
ensuring that they are directly above/below one another. Bunching up
assignments onto one line for a few properties should not be a
recommended practice.

Change-Id: Ie84163b3261e7138d69678e059a91c2c82b43507
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
2018-07-16 09:33:06 +00:00
..
dotproperties.qml Unify license header usage 2016-02-04 09:40:20 +00:00
javascript-imports.qml Unify license header usage 2016-02-04 09:40:20 +00:00
javascript-semicolons.qml Update QML Coding Conventions to mention semicolon usage 2016-10-06 11:40:48 +00:00
javascript.qml Unify license header usage 2016-02-04 09:40:20 +00:00
lists.qml Unify license header usage 2016-02-04 09:40:20 +00:00
myscript.js Doc: Adding "QML Application Developer Resources" guide. 2013-04-29 14:32:59 +02:00
photo.qml Doc: give property assignments their own line in coding conventions 2018-07-16 09:33:06 +00:00