mirror of
https://github.com/KhronosGroup/SPIRV-Tools
synced 2024-11-22 11:40:05 +00:00
1a0334edee
Note that we are more strict than Google style for one aspect: pointer/reference indicators are adjacent to their types, not their variables. find . -name "*.h" -exec clang-format -i {} \; find . -name "*.cpp" -exec clang-format -i {} \;
6 lines
73 B
YAML
6 lines
73 B
YAML
---
|
|
Language: Cpp
|
|
BasedOnStyle: Google
|
|
DerivePointerAlignment: false
|
|
...
|