Skip to content

automatic-code-review/acr-qml-format

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"]
    }
}

About

acr-qml-format

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages