Archived
1
Fork 0

Add a .clang-format

This commit is contained in:
Joshua Goins 2022-02-20 23:28:06 -05:00
parent a1b80f643f
commit ecaea301a3

9
.clang-format Normal file
View file

@ -0,0 +1,9 @@
---
IndentWidth: '4'
Language: Cpp
NamespaceIndentation: All
PointerAlignment: Left
TabWidth: '0'
UseTab: Never
...