Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 456 Bytes

File metadata and controls

18 lines (16 loc) · 456 Bytes

acr-qml-format

Extensão para validar formatação de código QML por meio da ferramenta qmlformat

Arquivo config.json

{
    "regexFile": ".*\\.qml",
    "regexIgnore": [
        ".*.qrc"
    ],
    "message": "Indentação incorreta no arquivo ${FILE_PATH}.<br><br><br>```${FORMMATED_QML}```",
    "qmlFormat": {
        "command": "/bin/qmlformat",
        "arguments": ["--normalize", "--objects-spacing", "--functions-spacing"]
    }
}