Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nrbnlulu/qt-hooks

Qt pre-commit hooks
https://github.com/nrbnlulu/qt-hooks

hooks qt

Last synced: 3 months ago
JSON representation

Qt pre-commit hooks

Awesome Lists containing this project

README

        

## Qt pre-commit hooks
### supports:
- qml formatting

### Usage:

```yaml
repos:
- repo: https://github.com/nrbnlulu/qt-hooks
rev: v0.1.0 # current revision
hooks:
- id: qml-format
# other hooks
```