Add .clang_format
Also applies clang-format to the current code base, using command:
`find . -regex '.*\.\(c\|h\)' -exec clang-format -style=file -i {} \;`
This commit is contained in:
@@ -27,6 +27,6 @@
|
||||
typedef struct {
|
||||
int walked_chunk;
|
||||
|
||||
int remove_block[WIDTH+2][HEIGHT][DEPTH+2];
|
||||
|
||||
int remove_block[WIDTH + 2][HEIGHT][DEPTH + 2];
|
||||
|
||||
} RenderPrimitiveNether;
|
||||
|
||||
Reference in New Issue
Block a user