Code review comment for lp:~mardy/unity-2d/rtl

Revision history for this message
Florian Boucault (fboucault) wrote :

In QML, there should be only one space between the property and its value. For example:

Item {
  x: 24
}

should be written:

Item {
  x: 24
}

« Back to merge proposal