Add chapter 2 and 4 labs for 2436 and database prog, respectively
This commit is contained in:
parent
1f87bd00ad
commit
f8b2dca3a3
18 changed files with 666 additions and 160 deletions
9
.clang-format
Normal file
9
.clang-format
Normal file
|
@ -0,0 +1,9 @@
|
|||
BasedOnStyle: LLVM
|
||||
IndentWidth: 4
|
||||
ColumnLimit: 120
|
||||
BreakBeforeBraces: Custom
|
||||
BraceWrapping:
|
||||
BeforeCatch: true
|
||||
BeforeElse: true
|
||||
BeforeLambdaBody: false
|
||||
BeforeWhile: true
|
Loading…
Add table
Add a link
Reference in a new issue