dump
This commit is contained in:
commit
5626d1eacb
24 changed files with 512 additions and 0 deletions
7
.clang-format
Normal file
7
.clang-format
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue