[CODE, TIDY] make use of RTC user memory + restructure code
This commit is contained in:
parent
a9fe58bb47
commit
139b14b403
5 changed files with 359 additions and 126 deletions
27
.clang-format
Normal file
27
.clang-format
Normal file
|
@ -0,0 +1,27 @@
|
|||
# C/C++ Coding Style for generic Projects
|
||||
|
||||
# UseTab: (VS Code current setting)
|
||||
BasedOnStyle: LLVM
|
||||
Language: Cpp
|
||||
|
||||
IndentWidth: 2
|
||||
ColumnLimit: 110
|
||||
BreakBeforeBraces: Attach
|
||||
PointerAlignment: Left
|
||||
AccessModifierOffset: -2
|
||||
#IndentPPDirectives: AfterHash
|
||||
Cpp11BracedListStyle: true
|
||||
|
||||
AlignConsecutiveDeclarations: true
|
||||
AlignConsecutiveAssignments: true
|
||||
AlignEscapedNewlines: Left
|
||||
AlignTrailingComments: true
|
||||
IndentWrappedFunctionNames: false
|
||||
AllowShortFunctionsOnASingleLine: Inline
|
||||
|
||||
SpacesBeforeTrailingComments: 2
|
||||
FixNamespaceComments: true
|
||||
ReflowComments: false
|
||||
|
||||
SortIncludes: false
|
||||
SortUsingDeclarations: false
|
Loading…
Add table
Add a link
Reference in a new issue