diff --git a/clang-format.txt b/clang-format.txt new file mode 100644 index 00000000..42ab95bc --- /dev/null +++ b/clang-format.txt @@ -0,0 +1,7 @@ +--- +BasedOnStyle: LLVM +IndentWidth: 8 +UseTab: Always +BreakBeforeBraces: Linux +AllowShortIfStatementsOnASingleLine: false +IndentCaseLabels: false \ No newline at end of file diff --git a/updates.txt b/updates.txt index af2ea3cc..6193802c 100755 --- a/updates.txt +++ b/updates.txt @@ -481,3 +481,7 @@ doas pacman -S obs-studio 03/20/2024 Install vsce (vscode compiler for extensions not found in MS store, i.e. cloned from github) doas npm install -g vsce + +03/22/2024 +Install the lldb (LLVM debugger) +doas pacman -S lldb