chore: add meson build and initial stuff

This commit is contained in:
2026-05-28 22:24:29 +02:00
parent 2f073349c2
commit 89787b36cc
9 changed files with 120 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
BasedOnStyle: LLVM
UseTab: Always
TabWidth: 4
IndentWidth: 4
IndentCaseLabels: true
ColumnLimit: 120
PointerAlignment: Right
AllowShortFunctionsOnASingleLine: None
InsertBraces: true
AllowShortBlocksOnASingleLine: Empty