1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-04-20 03:37:47 +00:00

Add .clang-format

This commit is contained in:
Joshua Goins 2022-02-23 19:00:22 -05:00
parent e8893cf26e
commit 2e399ecff0

9
.clang-format Normal file
View file

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