Add symbol table lab notes

This commit is contained in:
Alex Hirsch
2021-04-16 13:07:35 +02:00
parent 26c6f72662
commit 9d2386b339
2 changed files with 71 additions and 0 deletions

13
lab/.clang-format Normal file
View File

@@ -0,0 +1,13 @@
---
BasedOnStyle: LLVM
ColumnLimit: 120
IndentWidth: 8
UseTab: ForIndentation
BreakBeforeBraces: Linux
AlignEscapedNewlines: DontAlign
AllowShortFunctionsOnASingleLine: Empty
AllowShortIfStatementsOnASingleLine: false
BinPackParameters: false
IndentCaseLabels: false
...