🔧 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