Add projects code style improvements

* Add qmlls to gitignore
* Fix qmlformat file
* Add project code style description to README.md
This commit is contained in:
Petr Mironychev
2024-11-16 00:47:57 +01:00
committed by GitHub
parent 46300f7635
commit 7af8fc2ddc
3 changed files with 7 additions and 6 deletions

View File

@ -210,3 +210,8 @@ where `<path_to_qtcreator>` is the relative or absolute path to a Qt Creator bui
combined binary and development package (Windows / Linux), or to the `Qt Creator.app/Contents/Resources/`
directory of a combined binary and development package (macOS), and `<path_to_plugin_source>` is the
relative or absolute path to this plugin directory.
## For Contributors
QML code style: Preferably follow the following guidelines https://github.com/Furkanzmc/QML-Coding-Guide, thank you @Furkanzmc for collect them
C++ code style: check use .clang-fortmat in project