🔧 Updated configs for c programming

This commit is contained in:
z3rOR0ne 2024-03-22 12:02:30 -07:00
parent e995350254
commit d5fb8a2f66
2 changed files with 11 additions and 0 deletions

7
clang-format.txt Normal file
View file

@ -0,0 +1,7 @@
---
BasedOnStyle: LLVM
IndentWidth: 8
UseTab: Always
BreakBeforeBraces: Linux
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false

View file

@ -481,3 +481,7 @@ doas pacman -S obs-studio
03/20/2024 03/20/2024
Install vsce (vscode compiler for extensions not found in MS store, i.e. cloned from github) Install vsce (vscode compiler for extensions not found in MS store, i.e. cloned from github)
doas npm install -g vsce doas npm install -g vsce
03/22/2024
Install the lldb (LLVM debugger)
doas pacman -S lldb