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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 6 deletions

1
.gitignore vendored
View File

@ -34,6 +34,7 @@ Thumbs.db
*.rc
/.qmake.cache
/.qmake.stash
.qmlls.ini
# qtcreator generated files
*.pro.user*

View File

@ -1,8 +1,3 @@
[General]
IndentWidth=4
NewlineType=native
InPlace=true
Force=true
Normalize=true
ObjectsSpacing=true
FunctionsSpacing=true
NewlineType=native

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