Files
qt-creator/tests/auto/qml/reformatter/comments.qml

17 lines
198 B
QML
Raw Normal View History

import QtQuick 2.0
/* Comment 1
This is a multiline comment. */
/*
Another multiline comment.
A slightly different formatting.
*/
Item {
/*
Indented multiline comment.
*/
}