mirror of
https://github.com/RPCSX/SPIRV-Tools.git
synced 2025-03-05 17:57:01 +00:00

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
|
|
...
|