feat: Draft architecture for incp hub
This commit is contained in:
23
.clang-format
Normal file
23
.clang-format
Normal 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
|
||||
Reference in New Issue
Block a user