Add chapter 2 and 4 labs for 2436 and database prog, respectively

This commit is contained in:
askiiart 2024-03-06 20:04:46 -06:00
parent 1f87bd00ad
commit f8b2dca3a3
Signed by untrusted user who does not match committer: askiiart
GPG key ID: BC3800E55FB54D67
18 changed files with 666 additions and 160 deletions

9
.clang-format Normal file
View file

@ -0,0 +1,9 @@
BasedOnStyle: LLVM
IndentWidth: 4
ColumnLimit: 120
BreakBeforeBraces: Custom
BraceWrapping:
BeforeCatch: true
BeforeElse: true
BeforeLambdaBody: false
BeforeWhile: true