SPIRV-Tools/.clang-format
Nathan Gauër b49a2caa7c
Revert "test" (#4974)
This reverts commit da215f10c9.
2022-10-27 14:17:31 +02:00

7 lines
92 B
YAML

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