1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-04-23 12:57:45 +00:00
astra/.clang-format

10 lines
120 B
Text
Raw Normal View History

2022-02-23 19:00:22 -05:00
---
IndentWidth: '4'
Language: Cpp
NamespaceIndentation: All
PointerAlignment: Left
TabWidth: '0'
UseTab: Never
...