xemu/subprojects/SPIRV-Reflect/.clang-format

8 lines
109 B
YAML

---
Language: Cpp
BasedOnStyle: Google
DerivePointerAlignment: false
SortIncludes: true
ColumnLimit: 132
...