diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/hacking-qml.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/hacking-qml.rst b/docs/hacking-qml.rst new file mode 100644 index 0000000..7e793ba --- /dev/null +++ b/docs/hacking-qml.rst @@ -0,0 +1,6 @@ +QML best practices +================== +* https://github.com/Furkanzmc/QML-Coding-Guide/blob/master/README.md +* lint your qml files:: + + make qmllint |