Skip to content

wrong formatting incase of properties #25

Open
@AnushaPulichintha

Description

Hello,
Here is the simple qml item with property

import QtQuick
import QtQuick.Controls
Dialog {
    title: qsTr("About")
    property string tem_title: ""
    Label {
        text: "Lorem ipsum..."
    }
}

After formatting

import QtQuick
import QtQuick.Controls
Dialog {
    title: qsTr("About")
    property string tem_title: "";
        Label {
            text: "Lorem ipsum..."
        }
    }

is there any way to turn off the formatting for this single file ?
Thank you !!

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions