From 7bb49eabdf8d86567660c8825892eb323fa6e674 Mon Sep 17 00:00:00 2001 From: Thomas Vanbesien Date: Wed, 25 Feb 2026 16:11:53 +0100 Subject: Add .qmlformat.ini, qmlls support, and format QML files - Enable QT_QML_GENERATE_QMLLS_INI for QML Language Server support - Add IMPORT_PATH to demo's qt_add_qml_module so .qmlls.ini includes the local build QML directory alongside the Qt system path - Add editor setup section to README with qmlls and qmlformat guidance - Add QML formatting section to French guide - Reformat demo QML files with .qmlformat.ini (line wrapping at 80 cols) --- .qmlformat.ini | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .qmlformat.ini (limited to '.qmlformat.ini') diff --git a/.qmlformat.ini b/.qmlformat.ini new file mode 100644 index 0000000..f32994e --- /dev/null +++ b/.qmlformat.ini @@ -0,0 +1,10 @@ +[General] +IndentWidth=4 +MaxColumnWidth=80 +NewlineType=unix +NormalizeOrder=true +ObjectsSpacing=true +FunctionsSpacing=true +SemicolonRule=always +SortImports=false +UseTabs=false -- cgit v1.2.3