diff --git a/.gitignore b/.gitignore index 4c216fa..8172a31 100644 --- a/.gitignore +++ b/.gitignore @@ -34,6 +34,7 @@ Thumbs.db *.rc /.qmake.cache /.qmake.stash +.qmlls.ini # qtcreator generated files *.pro.user* diff --git a/.qmlformat.ini b/.qmlformat.ini index a6e5410..65dc8e4 100644 --- a/.qmlformat.ini +++ b/.qmlformat.ini @@ -1,8 +1,3 @@ [General] IndentWidth=4 -NewlineType=native -InPlace=true -Force=true -Normalize=true -ObjectsSpacing=true -FunctionsSpacing=true \ No newline at end of file +NewlineType=native \ No newline at end of file diff --git a/README.md b/README.md index ce55d4d..bb3c4e6 100644 --- a/README.md +++ b/README.md @@ -210,3 +210,8 @@ where `` 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 `` 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