clang format and init tp03

This commit is contained in:
Tiago Sousa 2024-02-27 12:01:18 +00:00
parent 6ad30e2340
commit 053e94abbc
Signed by: tiago
SSH key fingerprint: SHA256:odOD9vln9U7qNe1R8o3UCbE3jkQCkr5/q5mgd5hwua0
2 changed files with 293 additions and 0 deletions

9
.clang-format Normal file
View file

@ -0,0 +1,9 @@
BasedOnStyle: LLVM
UseTab: Always
IndentWidth: 4
TabWidth: 4
BreakBeforeBraces: Attach
ColumnLimit: 100
PenaltyReturnTypeOnItsOwnLine: 1000000
AlwaysBreakAfterDefinitionReturnType: None
SeparateDefinitionBlocks: Always