Add symbol table lab notes
This commit is contained in:
13
lab/.clang-format
Normal file
13
lab/.clang-format
Normal 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
|
||||
...
|
Reference in New Issue
Block a user