1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-04-21 20:27:45 +00:00
astra/.clang-format
2022-02-23 19:00:22 -05:00

9 lines
120 B
YAML

---
IndentWidth: '4'
Language: Cpp
NamespaceIndentation: All
PointerAlignment: Left
TabWidth: '0'
UseTab: Never
...