using system qt

This commit is contained in:
2026-04-04 20:12:53 +02:00
parent e1c8894b72
commit 9cedf69d08
8 changed files with 15 additions and 77 deletions

9
.clang-format Normal file
View File

@@ -0,0 +1,9 @@
# We'll use defaults from the LLVM style, but with some modifications so that it's close to the CDT K&R style.
BasedOnStyle: LLVM
UseTab: Always
IndentWidth: 4
TabWidth: 4
PackConstructorInitializers: NextLineOnly
BreakConstructorInitializers: AfterColon
IndentAccessModifiers: false
AccessModifierOffset: -4