chore: add C code linting & formatting
This commit is contained in:
parent
7ec0c96f5f
commit
6d1b4aadb6
6 changed files with 84 additions and 48 deletions
4
.clang-format
Normal file
4
.clang-format
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# To stay consistent with the V formatting style, we use tabs
|
||||
UseTab: Always
|
||||
IndentWidth: 4
|
||||
TabWidth: 4
|
||||
Reference in a new issue