feat: Draft architecture for incp hub

This commit is contained in:
2026-06-26 19:18:52 +01:00
commit 63ea1551ad
150 changed files with 137695 additions and 0 deletions

23
.clang-format Normal file
View File

@@ -0,0 +1,23 @@
BasedOnStyle: Google
IndentWidth: 4
TabWidth: 4
UseTab: Never
ColumnLimit: 120
BreakBeforeBraces: Allman
PointerAlignment: Right
ReferenceAlignment: Right
AllowShortFunctionsOnASingleLine: Empty
AllowShortIfStatementsOnASingleLine: Never
AllowShortLoopsOnASingleLine: false
AlignConsecutiveMacros: Consecutive
IndentCaseLabels: false
SortIncludes: false
MaxEmptyLinesToKeep: 3