🔧 Updated configs for c programming
This commit is contained in:
parent
e995350254
commit
d5fb8a2f66
2 changed files with 11 additions and 0 deletions
7
clang-format.txt
Normal file
7
clang-format.txt
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
BasedOnStyle: LLVM
|
||||
IndentWidth: 8
|
||||
UseTab: Always
|
||||
BreakBeforeBraces: Linux
|
||||
AllowShortIfStatementsOnASingleLine: false
|
||||
IndentCaseLabels: false
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue