This commit is contained in:
Imbus 2025-08-12 03:25:05 +02:00
parent 4056473705
commit 86ffa5ef9d
4 changed files with 213 additions and 0 deletions

View file

@ -0,0 +1,7 @@
# Language: C
BasedOnStyle: LLVM
IndentWidth: 4 # Use 4 spaces for indentation
TabWidth: 4 # Tab width is also 4 spaces
UseTab: Never # Always use spaces instead of tabs
ColumnLimit: 80 # Wrap lines after 80 characters
AllowShortLoopsOnASingleLine: true