From 35309337aacac2eac7d7215e526bddcf7647b8cf Mon Sep 17 00:00:00 2001 From: Thomas Vanbesien Date: Wed, 11 Mar 2026 11:02:24 +0100 Subject: Initial project setup: Qt 6.10.2 TCP client library for Alchemie XPL2 protocol - Static library (src/) with QML singleton Xpl2Client for TCP communication - Qt Quick demo app (demo/) with connection UI, command input, and response log --- .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