From d5fb8a2f66d2aff6e99448aa665af36e0588f495 Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Fri, 22 Mar 2024 12:02:30 -0700 Subject: [PATCH] :wrench: Updated configs for c programming --- clang-format.txt | 7 +++++++ updates.txt | 4 ++++ 2 files changed, 11 insertions(+) create mode 100644 clang-format.txt 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