Archived
1
Fork 0
This repository has been archived on 2025-04-12. You can view files and clone it, but cannot push or open issues or pull requests.
prism/.clang-format

10 lines
120 B
Text
Raw Normal View History

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